Interface DeleteRouteRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DeleteRouteRequest.Builder,,DeleteRouteRequest> MigrationHubRefactorSpacesRequest.Builder,SdkBuilder<DeleteRouteRequest.Builder,,DeleteRouteRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DeleteRouteRequest
public static interface DeleteRouteRequest.Builder
extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationIdentifier(String applicationIdentifier) The ID of the application to delete the route from.environmentIdentifier(String environmentIdentifier) The ID of the environment to delete the route from.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.routeIdentifier(String routeIdentifier) The ID of the route to delete.Methods 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.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
applicationIdentifier
The ID of the application to delete the route from.
- Parameters:
 applicationIdentifier- The ID of the application to delete the route from.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
environmentIdentifier
The ID of the environment to delete the route from.
- Parameters:
 environmentIdentifier- The ID of the environment to delete the route from.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
routeIdentifier
The ID of the route to delete.
- Parameters:
 routeIdentifier- The ID of the route to delete.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
DeleteRouteRequest.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
DeleteRouteRequest.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.
 
 
 -