Interface DeleteRouteResponseRequest.Builder
- All Superinterfaces:
 ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteRouteResponseRequest.Builder,,DeleteRouteResponseRequest> SdkBuilder<DeleteRouteResponseRequest.Builder,,DeleteRouteResponseRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DeleteRouteResponseRequest
public static interface DeleteRouteResponseRequest.Builder
extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<DeleteRouteResponseRequest.Builder,DeleteRouteResponseRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe API identifier.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The route ID.routeResponseId(String routeResponseId) The route response ID.Methods inherited from interface software.amazon.awssdk.services.apigatewayv2.model.ApiGatewayV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
apiId
The API identifier.
- Parameters:
 apiId- The API identifier.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
routeId
The route ID.
- Parameters:
 routeId- The route ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
routeResponseId
The route response ID.
- Parameters:
 routeResponseId- The route response ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DeleteRouteResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DeleteRouteResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -