public static interface DeleteRouteRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DeleteRouteRequest.Builder,DeleteRouteRequest>
Modifier and Type | Method and Description |
---|---|
DeleteRouteRequest.Builder |
meshName(String meshName)
The name of the service mesh in which to delete the route.
|
DeleteRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteRouteRequest.Builder |
routeName(String routeName)
The name of the route to delete.
|
DeleteRouteRequest.Builder |
virtualRouterName(String virtualRouterName)
The name of the virtual router in which to delete the route.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteRouteRequest.Builder meshName(String meshName)
The name of the service mesh in which to delete the route.
meshName
- The name of the service mesh in which to delete the route.DeleteRouteRequest.Builder routeName(String routeName)
The name of the route to delete.
routeName
- The name of the route to delete.DeleteRouteRequest.Builder virtualRouterName(String virtualRouterName)
The name of the virtual router in which to delete the route.
virtualRouterName
- The name of the virtual router in which to delete the route.DeleteRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.