Interface DeleteGatewayResponseRequest.Builder
- All Superinterfaces:
- ApiGatewayRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<DeleteGatewayResponseRequest.Builder,,- DeleteGatewayResponseRequest> - SdkBuilder<DeleteGatewayResponseRequest.Builder,,- DeleteGatewayResponseRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DeleteGatewayResponseRequest
@Mutable
@NotThreadSafe
public static interface DeleteGatewayResponseRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteGatewayResponseRequest.Builder,DeleteGatewayResponseRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.responseType(String responseType) The response type of the associated GatewayResponse.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.The string identifier of the associated RestApi.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
restApiIdThe string identifier of the associated RestApi. - Parameters:
- restApiId- The string identifier of the associated RestApi.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
responseTypeThe response type of the associated GatewayResponse. - Parameters:
- responseType- The response type of the associated GatewayResponse.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
responseTypeThe response type of the associated GatewayResponse. - Parameters:
- responseType- The response type of the associated GatewayResponse.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationDeleteGatewayResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDeleteGatewayResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-