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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRouteRequest.BuilderapplicationIdentifier(String applicationIdentifier)The ID of the application to delete the route from.DeleteRouteRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The ID of the environment to delete the route from.DeleteRouteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteRouteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteRouteRequest.BuilderrouteIdentifier(String routeIdentifier)The ID of the route to delete.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationIdentifier
DeleteRouteRequest.Builder applicationIdentifier(String 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
DeleteRouteRequest.Builder environmentIdentifier(String 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
DeleteRouteRequest.Builder routeIdentifier(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-