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 to delete the route in.
|
DeleteRouteRequest.Builder |
meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
DeleteRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRouteRequest.Builder |
routeName(String routeName)
The name of the route to delete.
|
DeleteRouteRequest.Builder |
virtualRouterName(String virtualRouterName)
The name of the virtual router to delete the route in.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRouteRequest.Builder meshName(String meshName)
The name of the service mesh to delete the route in.
meshName - The name of the service mesh to delete the route in.DeleteRouteRequest.Builder meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
meshOwner - The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID
of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared
meshes.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 to delete the route in.
virtualRouterName - The name of the virtual router to delete the route in.DeleteRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.