Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest.Builder
Packages that use PutIntegrationRequest.Builder
Package
Description
-
Uses of PutIntegrationRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type PutIntegrationRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutIntegrationResponse>ApiGatewayAsyncClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest) Sets up a method's integration.default PutIntegrationResponseApiGatewayClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest) Sets up a method's integration. -
Uses of PutIntegrationRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutIntegrationRequest.BuilderModifier and TypeMethodDescriptionPutIntegrationRequest.builder()PutIntegrationRequest.Builder.cacheKeyParameters(String... cacheKeyParameters) A list of request parameters whose values API Gateway caches.PutIntegrationRequest.Builder.cacheKeyParameters(Collection<String> cacheKeyParameters) A list of request parameters whose values API Gateway caches.PutIntegrationRequest.Builder.cacheNamespace(String cacheNamespace) Specifies a group of related cached parameters.PutIntegrationRequest.Builder.connectionId(String connectionId) The ID of the VpcLink used for the integration.PutIntegrationRequest.Builder.connectionType(String connectionType) The type of the network connection to the integration endpoint.PutIntegrationRequest.Builder.connectionType(ConnectionType connectionType) The type of the network connection to the integration endpoint.PutIntegrationRequest.Builder.contentHandling(String contentHandling) Specifies how to handle request payload content type conversions.PutIntegrationRequest.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle request payload content type conversions.PutIntegrationRequest.Builder.credentials(String credentials) Specifies whether credentials are required for a put integration.PutIntegrationRequest.Builder.httpMethod(String httpMethod) Specifies the HTTP method for the integration.PutIntegrationRequest.Builder.integrationHttpMethod(String integrationHttpMethod) The HTTP method for the integration.PutIntegrationRequest.Builder.integrationTarget(String integrationTarget) The ALB or NLB listener to send the request to.PutIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutIntegrationRequest.Builder.passthroughBehavior(String passthroughBehavior) Specifies the pass-through behavior for incoming requests based on the Content-Type header in the request, and the available mapping templates specified as therequestTemplatesproperty on the Integration resource.PutIntegrationRequest.Builder.requestParameters(Map<String, String> requestParameters) A key-value map specifying request parameters that are passed from the method request to the back end.PutIntegrationRequest.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.PutIntegrationRequest.Builder.resourceId(String resourceId) Specifies a put integration request's resource ID.PutIntegrationRequest.Builder.responseTransferMode(String responseTransferMode) The response transfer mode of the integration.PutIntegrationRequest.Builder.responseTransferMode(ResponseTransferMode responseTransferMode) The response transfer mode of the integration.The string identifier of the associated RestApi.PutIntegrationRequest.Builder.timeoutInMillis(Integer timeoutInMillis) Custom timeout between 50 and 29,000 milliseconds.default PutIntegrationRequest.BuilderPutIntegrationRequest.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig) Sets the value of the TlsConfig property for this object.Sets the value of the TlsConfig property for this object.PutIntegrationRequest.toBuilder()Specifies a put integration input's type.PutIntegrationRequest.Builder.type(IntegrationType type) Specifies a put integration input's 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 PutIntegrationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutIntegrationRequest.Builder>PutIntegrationRequest.serializableBuilderClass()