Interface DeleteRouteSettingsRequest.Builder
- All Superinterfaces:
 ApiGatewayV2Request.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteRouteSettingsRequest.Builder,,DeleteRouteSettingsRequest> SdkBuilder<DeleteRouteSettingsRequest.Builder,,DeleteRouteSettingsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DeleteRouteSettingsRequest
public static interface DeleteRouteSettingsRequest.Builder
extends ApiGatewayV2Request.Builder, SdkPojo, CopyableBuilder<DeleteRouteSettingsRequest.Builder,DeleteRouteSettingsRequest> 
- 
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 key.The stage name.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.
 
 - 
routeKey
The route key.
- Parameters:
 routeKey- The route key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
stageName
The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
- Parameters:
 stageName- The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DeleteRouteSettingsRequest.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
DeleteRouteSettingsRequest.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.
 
 
 -