| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatewayResponseResponse.Builder |
UpdateGatewayResponseResponse.builder() |
UpdateGatewayResponseResponse.Builder |
UpdateGatewayResponseResponse.Builder.defaultResponse(Boolean defaultResponse)
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (
true)
or not (false). |
UpdateGatewayResponseResponse.Builder |
UpdateGatewayResponseResponse.Builder.responseParameters(Map<String,String> responseParameters)
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of
key-value pairs.
|
UpdateGatewayResponseResponse.Builder |
UpdateGatewayResponseResponse.Builder.responseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
UpdateGatewayResponseResponse.Builder |
UpdateGatewayResponseResponse.Builder.responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseResponse.Builder |
UpdateGatewayResponseResponse.Builder.responseType(String responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseResponse.Builder |
UpdateGatewayResponseResponse.Builder.statusCode(String statusCodeValue)
The HTTP status code for this GatewayResponse.
|
UpdateGatewayResponseResponse.Builder |
UpdateGatewayResponseResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGatewayResponseResponse.Builder> |
UpdateGatewayResponseResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.