Uses of Interface
software.amazon.awssdk.services.apigateway.model.IntegrationResponse.Builder
Packages that use IntegrationResponse.Builder
-
Uses of IntegrationResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return IntegrationResponse.BuilderModifier and TypeMethodDescriptionstatic IntegrationResponse.BuilderIntegrationResponse.builder()IntegrationResponse.Builder.contentHandling(String contentHandling) Specifies how to handle response payload content type conversions.IntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle response payload content type conversions.IntegrationResponse.Builder.responseParameters(Map<String, String> responseParameters) A key-value map specifying response parameters that are passed to the method response from the back end.IntegrationResponse.Builder.responseTemplates(Map<String, String> responseTemplates) Specifies the templates used to transform the integration response body.IntegrationResponse.Builder.selectionPattern(String selectionPattern) Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end.IntegrationResponse.Builder.statusCode(String statusCode) Specifies the status code that is used to map the integration response to an existing MethodResponse.IntegrationResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type IntegrationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IntegrationResponse.Builder>IntegrationResponse.serializableBuilderClass()