public static interface PutGatewayResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<PutGatewayResponseRequest.Builder,PutGatewayResponseRequest>
| Modifier and Type | Method and Description |
|---|---|
PutGatewayResponseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutGatewayResponseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutGatewayResponseRequest.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.
|
PutGatewayResponseRequest.Builder |
responseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
PutGatewayResponseRequest.Builder |
responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse
|
PutGatewayResponseRequest.Builder |
responseType(String responseType)
The response type of the associated GatewayResponse
|
PutGatewayResponseRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
PutGatewayResponseRequest.Builder |
statusCode(String statusCodeValue)
The HTTP status code of the GatewayResponse.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutGatewayResponseRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.PutGatewayResponseRequest.Builder responseType(String responseType)
The response type of the associated GatewayResponse
responseType - The response type of the associated GatewayResponseGatewayResponseType,
GatewayResponseTypePutGatewayResponseRequest.Builder responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse
responseType - The response type of the associated GatewayResponseGatewayResponseType,
GatewayResponseTypePutGatewayResponseRequest.Builder statusCode(String statusCodeValue)
The HTTP status code of the GatewayResponse.
statusCodeValue - The HTTP status code of the GatewayResponse.PutGatewayResponseRequest.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.
responseParameters - Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string
map of key-value pairs.PutGatewayResponseRequest.Builder responseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates - Response templates of the GatewayResponse as a string-to-string map of key-value pairs.PutGatewayResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutGatewayResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.