| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2 |
Amazon API Gateway V2
|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateIntegrationResponse |
ApiGatewayV2Client.createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest)
Creates an Integration.
|
default CompletableFuture<CreateIntegrationResponse> |
ApiGatewayV2AsyncClient.createIntegration(Consumer<CreateIntegrationRequest.Builder> createIntegrationRequest)
Creates an Integration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.apiId(String apiId)
The API identifier.
|
static CreateIntegrationRequest.Builder |
CreateIntegrationRequest.builder() |
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.connectionId(String connectionId)
The ID of the VPC link for a private integration.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.connectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.connectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.contentHandlingStrategy(String contentHandlingStrategy)
Supported only for WebSocket APIs.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.credentialsArn(String credentialsArn)
Specifies the credentials required for the integration, if any.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.description(String description)
The description of the integration.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.integrationMethod(String integrationMethod)
Specifies the integration's HTTP method type.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.integrationSubtype(String integrationSubtype)
Supported only for HTTP API AWS_PROXY integrations.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.integrationType(IntegrationType integrationType)
The integration type of an integration.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.integrationType(String integrationType)
The integration type of an integration.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.integrationUri(String integrationUri)
For a Lambda integration, specify the URI of a Lambda function.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.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.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.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.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.payloadFormatVersion(String payloadFormatVersion)
Specifies the format of the payload sent to an integration.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.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.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.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.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.responseParameters(Map<String,? extends Map<String,String>> responseParameters)
Supported only for HTTP APIs.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.templateSelectionExpression(String templateSelectionExpression)
The template selection expression for the integration.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.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 CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.tlsConfig(Consumer<TlsConfigInput.Builder> tlsConfig)
The TLS configuration for a private integration.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.tlsConfig(TlsConfigInput tlsConfig)
The TLS configuration for a private integration.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIntegrationRequest.Builder> |
CreateIntegrationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.