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