| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.builder() |
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.contentHandlingStrategy(String contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.integrationResponseId(String integrationResponseId)
The integration response ID.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.integrationResponseKey(String integrationResponseKey)
The integration response key.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.responseParameters(Map<String,String> responseParameters)
A key-value map specifying response parameters that are passed to the method response from the backend.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.responseTemplates(Map<String,String> responseTemplates)
The collection of response templates for the integration response as a string-to-string map of key-value
pairs.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.templateSelectionExpression(String templateSelectionExpression)
The template selection expressions for the integration response.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIntegrationResponseResponse.Builder> |
GetIntegrationResponseResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.