Integration |
Integration.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
|
Integration |
Integration.addRequestParametersEntry(String key,
String value) |
|
Integration |
Integration.addRequestTemplatesEntry(String key,
String value) |
|
Integration |
Integration.clearIntegrationResponsesEntries() |
Removes all the entries added into IntegrationResponses.
|
Integration |
Integration.clearRequestParametersEntries() |
Removes all the entries added into RequestParameters.
|
Integration |
Integration.clearRequestTemplatesEntries() |
Removes all the entries added into RequestTemplates.
|
Integration |
Integration.clone() |
|
Integration |
GetMethodResult.getMethodIntegration() |
The method's integration.
|
Integration |
Method.getMethodIntegration() |
The method's integration.
|
Integration |
PutMethodResult.getMethodIntegration() |
The method's integration.
|
Integration |
UpdateMethodResult.getMethodIntegration() |
The method's integration.
|
Integration |
Integration.withCacheKeyParameters(String... cacheKeyParameters) |
Specifies the integration's cache key parameters.
|
Integration |
Integration.withCacheKeyParameters(Collection<String> cacheKeyParameters) |
Specifies the integration's cache key parameters.
|
Integration |
Integration.withCacheNamespace(String cacheNamespace) |
Specifies the integration's cache namespace.
|
Integration |
Integration.withCredentials(String credentials) |
Specifies the credentials required for the integration, if any.
|
Integration |
Integration.withHttpMethod(String httpMethod) |
Specifies the integration's HTTP method type.
|
Integration |
Integration.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses) |
Specifies the integration's responses.
|
Integration |
Integration.withPassthroughBehavior(String passthroughBehavior) |
Specifies the pass-through behavior for incoming requests based on the
Content-Type header in the request, and the available requestTemplates
defined on the Integration.
|
Integration |
Integration.withRequestParameters(Map<String,String> requestParameters) |
Represents requests parameters that are sent with the backend request.
|
Integration |
Integration.withRequestTemplates(Map<String,String> requestTemplates) |
Represents a map of Velocity templates that are applied on the request
payload based on the value of the Content-Type header sent by the client.
|
Integration |
Integration.withType(IntegrationType type) |
Specifies the integration's type.
|
Integration |
Integration.withType(String type) |
Specifies the integration's type.
|
Integration |
Integration.withUri(String uri) |
Specifies the integration's Uniform Resource Identifier (URI).
|