GetIntegrationResult |
GetIntegrationResult.addIntegrationResponsesEntry(String key,
IntegrationResponse value) |
|
GetIntegrationResult |
GetIntegrationResult.addRequestParametersEntry(String key,
String value) |
|
GetIntegrationResult |
GetIntegrationResult.addRequestTemplatesEntry(String key,
String value) |
|
GetIntegrationResult |
GetIntegrationResult.clearIntegrationResponsesEntries() |
Removes all the entries added into IntegrationResponses.
|
GetIntegrationResult |
GetIntegrationResult.clearRequestParametersEntries() |
Removes all the entries added into RequestParameters.
|
GetIntegrationResult |
GetIntegrationResult.clearRequestTemplatesEntries() |
Removes all the entries added into RequestTemplates.
|
GetIntegrationResult |
GetIntegrationResult.clone() |
|
GetIntegrationResult |
GetIntegrationResult.withCacheKeyParameters(String... cacheKeyParameters) |
Specifies the integration's cache key parameters.
|
GetIntegrationResult |
GetIntegrationResult.withCacheKeyParameters(Collection<String> cacheKeyParameters) |
Specifies the integration's cache key parameters.
|
GetIntegrationResult |
GetIntegrationResult.withCacheNamespace(String cacheNamespace) |
Specifies the integration's cache namespace.
|
GetIntegrationResult |
GetIntegrationResult.withCredentials(String credentials) |
Specifies the credentials required for the integration, if any.
|
GetIntegrationResult |
GetIntegrationResult.withHttpMethod(String httpMethod) |
Specifies the integration's HTTP method type.
|
GetIntegrationResult |
GetIntegrationResult.withIntegrationResponses(Map<String,IntegrationResponse> integrationResponses) |
Specifies the integration's responses.
|
GetIntegrationResult |
GetIntegrationResult.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.
|
GetIntegrationResult |
GetIntegrationResult.withRequestParameters(Map<String,String> requestParameters) |
Represents requests parameters that are sent with the backend request.
|
GetIntegrationResult |
GetIntegrationResult.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.
|
GetIntegrationResult |
GetIntegrationResult.withType(IntegrationType type) |
Specifies the integration's type.
|
GetIntegrationResult |
GetIntegrationResult.withType(String type) |
Specifies the integration's type.
|
GetIntegrationResult |
GetIntegrationResult.withUri(String uri) |
Specifies the integration's Uniform Resource Identifier (URI).
|