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