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