| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.builder() |
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.connectionId(String connectionId)
The connection ID.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.connectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.connectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.contentHandlingStrategy(String contentHandlingStrategy)
Specifies how to handle response payload content type conversions.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.credentialsArn(String credentialsArn)
Specifies the credentials required for the integration, if any.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.description(String description)
Represents the description of an integration.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.integrationId(String integrationId)
Represents the identifier of an integration.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.integrationMethod(String integrationMethod)
Specifies the integration's HTTP method type.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.integrationResponseSelectionExpression(String integrationResponseSelectionExpression)
The integration response selection expression for the integration.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.integrationType(IntegrationType integrationType)
The integration type of an integration.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.integrationType(String integrationType)
The integration type of an integration.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.integrationUri(String integrationUri)
For a Lambda proxy integration, this is the URI of the Lambda function.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.passthroughBehavior(PassthroughBehavior 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 the requestTemplates property on the Integration resource.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.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 the requestTemplates property on the Integration resource.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.requestParameters(Map<String,String> requestParameters)
A key-value map specifying request parameters that are passed from the method request to the backend.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.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.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.templateSelectionExpression(String templateSelectionExpression)
The template selection expression for the integration.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.timeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIntegrationResponse.Builder> |
UpdateIntegrationResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.