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