public static interface DeleteRouteRequest.Builder extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRouteRequest.Builder |
applicationIdentifier(String applicationIdentifier)
The ID of the application to delete the route from.
|
DeleteRouteRequest.Builder |
environmentIdentifier(String environmentIdentifier)
The ID of the environment to delete the route from.
|
DeleteRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRouteRequest.Builder |
routeIdentifier(String routeIdentifier)
The ID of the route to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRouteRequest.Builder applicationIdentifier(String applicationIdentifier)
The ID of the application to delete the route from.
applicationIdentifier - The ID of the application to delete the route from.DeleteRouteRequest.Builder environmentIdentifier(String environmentIdentifier)
The ID of the environment to delete the route from.
environmentIdentifier - The ID of the environment to delete the route from.DeleteRouteRequest.Builder routeIdentifier(String routeIdentifier)
The ID of the route to delete.
routeIdentifier - The ID of the route to delete.DeleteRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.