public static interface DeleteGatewayResponseRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<DeleteGatewayResponseRequest.Builder,DeleteGatewayResponseRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteGatewayResponseRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteGatewayResponseRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteGatewayResponseRequest.Builder |
responseType(GatewayResponseType responseType) |
DeleteGatewayResponseRequest.Builder |
responseType(String responseType) |
DeleteGatewayResponseRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildrequestOverrideConfigcopyapply, buildDeleteGatewayResponseRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.DeleteGatewayResponseRequest.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,
GatewayResponseTypeDeleteGatewayResponseRequest.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,
GatewayResponseTypeDeleteGatewayResponseRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteGatewayResponseRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.