| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationResponse.Builder |
IntegrationResponse.builder() |
IntegrationResponse.Builder |
IntegrationResponse.Builder.contentHandlingStrategy(ContentHandlingStrategy contentHandlingStrategy)
Supported only for WebSocket APIs.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.contentHandlingStrategy(String contentHandlingStrategy)
Supported only for WebSocket APIs.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.integrationResponseId(String integrationResponseId)
The integration response ID.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.integrationResponseKey(String integrationResponseKey)
The integration response key.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.responseParameters(Map<String,String> responseParameters)
A key-value map specifying response parameters that are passed to the method response from the backend.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.responseTemplates(Map<String,String> responseTemplates)
The collection of response templates for the integration response as a string-to-string map of key-value
pairs.
|
IntegrationResponse.Builder |
IntegrationResponse.Builder.templateSelectionExpression(String templateSelectionExpression)
The template selection expressions for the integration response.
|
IntegrationResponse.Builder |
IntegrationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IntegrationResponse.Builder> |
IntegrationResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.