public static interface DeleteGatewayResponseRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteGatewayResponseRequest.Builder,DeleteGatewayResponseRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteGatewayResponseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteGatewayResponseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteGatewayResponseRequest.Builder |
responseType(GatewayResponseType responseType)
[Required]
|
DeleteGatewayResponseRequest.Builder |
responseType(String responseType)
[Required]
|
DeleteGatewayResponseRequest.Builder |
restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteGatewayResponseRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.DeleteGatewayResponseRequest.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,
GatewayResponseTypeDeleteGatewayResponseRequest.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,
GatewayResponseTypeDeleteGatewayResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteGatewayResponseRequest.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.