public static interface GetGatewayResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetGatewayResponseRequest.Builder,GetGatewayResponseRequest>
| Modifier and Type | Method and Description |
|---|---|
GetGatewayResponseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetGatewayResponseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetGatewayResponseRequest.Builder |
responseType(GatewayResponseType responseType)
[Required]
|
GetGatewayResponseRequest.Builder |
responseType(String responseType)
[Required]
|
GetGatewayResponseRequest.Builder |
restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
buildoverrideConfigurationcopyapplyMutation, buildGetGatewayResponseRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.GetGatewayResponseRequest.Builder responseType(String responseType)
[Required]
The response type of the associated GatewayResponse. Valid values are
responseType - [Required]
The response type of the associated GatewayResponse. Valid values are
GatewayResponseType,
GatewayResponseTypeGetGatewayResponseRequest.Builder responseType(GatewayResponseType responseType)
[Required]
The response type of the associated GatewayResponse. Valid values are
responseType - [Required]
The response type of the associated GatewayResponse. Valid values are
GatewayResponseType,
GatewayResponseTypeGetGatewayResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetGatewayResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.