| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.apiGatewayManaged(Boolean apiGatewayManaged)
Specifies whether an integration is managed by API Gateway.
|
static CreateIntegrationResponse.Builder |
CreateIntegrationResponse.builder() |
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.connectionId(String connectionId)
The ID of the VPC link for a private integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.connectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.connectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.contentHandlingStrategy(String contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.credentialsArn(String credentialsArn)
Specifies the credentials required for the integration, if any.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.description(String description)
Represents the description of an integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationId(String integrationId)
Represents the identifier of an integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationMethod(String integrationMethod)
Specifies the integration's HTTP method type.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationResponseSelectionExpression(String integrationResponseSelectionExpression)
The integration response selection expression for the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationSubtype(String integrationSubtype)
Supported only for HTTP API AWS_PROXY integrations.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationType(IntegrationType integrationType)
The integration type of an integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationType(String integrationType)
The integration type of an integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationUri(String integrationUri)
For a Lambda integration, specify the URI of a Lambda function.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.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.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.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.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.payloadFormatVersion(String payloadFormatVersion)
Specifies the format of the payload sent to an integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.requestParameters(Map<String,String> requestParameters)
For WebSocket APIs, a key-value map specifying request parameters that are passed from the method request to
the backend.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.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.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.responseParameters(Map<String,? extends Map<String,String>> responseParameters)
Supported only for HTTP APIs.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.templateSelectionExpression(String templateSelectionExpression)
The template selection expression for the integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.timeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds
for HTTP APIs.
|
default CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.tlsConfig(Consumer<TlsConfig.Builder> tlsConfig)
The TLS configuration for a private integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.tlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIntegrationResponse.Builder> |
CreateIntegrationResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.