| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Integration |
Integration.addRequestParametersEntry(String key,
String value)
Add a single RequestParameters entry
|
Integration |
Integration.addRequestTemplatesEntry(String key,
String value)
Add a single RequestTemplates entry
|
Integration |
Integration.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
Integration |
Integration.clearRequestTemplatesEntries()
Removes all the entries added into RequestTemplates.
|
Integration |
Integration.clone() |
Integration |
Integration.withApiGatewayManaged(Boolean apiGatewayManaged)
Specifies whether an integration is managed by API Gateway.
|
Integration |
Integration.withConnectionId(String connectionId)
The ID of the VPC link for a private integration.
|
Integration |
Integration.withConnectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
Integration |
Integration.withConnectionType(String connectionType)
The type of the network connection to the integration endpoint.
|
Integration |
Integration.withContentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
Integration |
Integration.withContentHandlingStrategy(String contentHandlingStrategy)
Supported only for WebSocket APIs.
|
Integration |
Integration.withCredentialsArn(String credentialsArn)
Specifies the credentials required for the integration, if any.
|
Integration |
Integration.withDescription(String description)
Represents the description of an integration.
|
Integration |
Integration.withIntegrationId(String integrationId)
Represents the identifier of an integration.
|
Integration |
Integration.withIntegrationMethod(String integrationMethod)
Specifies the integration's HTTP method type.
|
Integration |
Integration.withIntegrationResponseSelectionExpression(String integrationResponseSelectionExpression)
The integration response selection expression for the integration.
|
Integration |
Integration.withIntegrationType(IntegrationType integrationType)
The integration type of an integration.
|
Integration |
Integration.withIntegrationType(String integrationType)
The integration type of an integration.
|
Integration |
Integration.withIntegrationUri(String integrationUri)
For a Lambda integration, specify the URI of a Lambda function.
|
Integration |
Integration.withPassthroughBehavior(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.
|
Integration |
Integration.withPassthroughBehavior(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.
|
Integration |
Integration.withPayloadFormatVersion(String payloadFormatVersion)
Specifies the format of the payload sent to an integration.
|
Integration |
Integration.withRequestParameters(Map<String,String> requestParameters)
A key-value map specifying request parameters that are passed from the method request to the backend.
|
Integration |
Integration.withRequestTemplates(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.
|
Integration |
Integration.withTemplateSelectionExpression(String templateSelectionExpression)
The template selection expression for the integration.
|
Integration |
Integration.withTimeoutInMillis(Integer timeoutInMillis)
Custom timeout between 50 and 29,000 milliseconds for WebSocket APIs and between 50 and 30,000 milliseconds for
HTTP APIs.
|
Integration |
Integration.withTlsConfig(TlsConfig tlsConfig)
The TLS configuration for a private integration.
|
| Modifier and Type | Method and Description |
|---|---|
List<Integration> |
GetIntegrationsResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationsResult |
GetIntegrationsResult.withItems(Integration... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetIntegrationsResult.setItems(Collection<Integration> items)
The elements from this collection.
|
GetIntegrationsResult |
GetIntegrationsResult.withItems(Collection<Integration> items)
The elements from this collection.
|
Copyright © 2020. All rights reserved.