public static interface DeleteVirtualRouterRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DeleteVirtualRouterRequest.Builder,DeleteVirtualRouterRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteVirtualRouterRequest.Builder |
meshName(String meshName)
The name of the service mesh to delete the virtual router in.
|
DeleteVirtualRouterRequest.Builder |
meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
DeleteVirtualRouterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteVirtualRouterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteVirtualRouterRequest.Builder |
virtualRouterName(String virtualRouterName)
The name of the virtual router to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVirtualRouterRequest.Builder meshName(String meshName)
The name of the service mesh to delete the virtual router in.
meshName - The name of the service mesh to delete the virtual router in.DeleteVirtualRouterRequest.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.DeleteVirtualRouterRequest.Builder virtualRouterName(String virtualRouterName)
The name of the virtual router to delete.
virtualRouterName - The name of the virtual router to delete.DeleteVirtualRouterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteVirtualRouterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.