public static interface GetGatewayResponseRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<GetGatewayResponseRequest.Builder,GetGatewayResponseRequest>
Modifier and Type | Method and Description |
---|---|
GetGatewayResponseRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetGatewayResponseRequest.Builder |
responseType(GatewayResponseType responseType) |
GetGatewayResponseRequest.Builder |
responseType(String responseType) |
GetGatewayResponseRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetGatewayResponseRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.GetGatewayResponseRequest.Builder responseType(String responseType)
The response type of the associated GatewayResponse. Valid values are
responseType
- The response type of the associated GatewayResponse. Valid values are
GatewayResponseType
,
GatewayResponseType
GetGatewayResponseRequest.Builder responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse. Valid values are
responseType
- The response type of the associated GatewayResponse. Valid values are
GatewayResponseType
,
GatewayResponseType
GetGatewayResponseRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.