Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse.Builder
Packages that use PutIntegrationResponse.Builder
-
Uses of PutIntegrationResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutIntegrationResponse.BuilderModifier and TypeMethodDescriptionPutIntegrationResponse.builder()PutIntegrationResponse.Builder.cacheKeyParameters(String... cacheKeyParameters) A list of request parameters whose values API Gateway caches.PutIntegrationResponse.Builder.cacheKeyParameters(Collection<String> cacheKeyParameters) A list of request parameters whose values API Gateway caches.PutIntegrationResponse.Builder.cacheNamespace(String cacheNamespace) Specifies a group of related cached parameters.PutIntegrationResponse.Builder.connectionId(String connectionId) The ID of the VpcLink used for the integration whenconnectionType=VPC_LINKand undefined, otherwise.PutIntegrationResponse.Builder.connectionType(String connectionType) The type of the network connection to the integration endpoint.PutIntegrationResponse.Builder.connectionType(ConnectionType connectionType) The type of the network connection to the integration endpoint.PutIntegrationResponse.Builder.contentHandling(String contentHandling) Specifies how to handle request payload content type conversions.PutIntegrationResponse.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle request payload content type conversions.PutIntegrationResponse.Builder.credentials(String credentials) Specifies the credentials required for the integration, if any.PutIntegrationResponse.Builder.httpMethod(String httpMethod) Specifies the integration's HTTP method type.PutIntegrationResponse.Builder.integrationResponses(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.PutIntegrationResponse.Builder.integrationTarget(String integrationTarget) The ALB or NLB listener to send the request to.PutIntegrationResponse.Builder.passthroughBehavior(String passthroughBehavior) Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation.PutIntegrationResponse.Builder.requestParameters(Map<String, String> requestParameters) A key-value map specifying request parameters that are passed from the method request to the back end.PutIntegrationResponse.Builder.requestTemplates(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.PutIntegrationResponse.Builder.responseTransferMode(String responseTransferMode) The response transfer mode of the integration.PutIntegrationResponse.Builder.responseTransferMode(ResponseTransferMode responseTransferMode) The response transfer mode of the integration.PutIntegrationResponse.Builder.timeoutInMillis(Integer timeoutInMillis) Custom timeout between 50 and 29,000 milliseconds.default PutIntegrationResponse.BuilderPutIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig) Specifies the TLS configuration for an integration.Specifies the TLS configuration for an integration.PutIntegrationResponse.toBuilder()Specifies an API method integration type.PutIntegrationResponse.Builder.type(IntegrationType type) Specifies an API method integration type.Specifies Uniform Resource Identifier (URI) of the integration endpoint.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutIntegrationResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutIntegrationResponse.Builder>PutIntegrationResponse.serializableBuilderClass()