| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.builder() |
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling)
Specifies how to handle response payload content type conversions.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.contentHandling(String contentHandling)
Specifies how to handle response payload content type conversions.
|
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 back end.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.responseTemplates(Map<String,String> responseTemplates)
Specifies the templates used to transform the integration response body.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.selectionPattern(String selectionPattern)
Specifies the regular expression (regex) pattern used to choose an integration response based on the response
from the back end.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.Builder.statusCode(String statusCodeValue)
Specifies the status code that is used to map the integration response to an existing MethodResponse.
|
GetIntegrationResponseResponse.Builder |
GetIntegrationResponseResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIntegrationResponseResponse.Builder> |
GetIntegrationResponseResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.