public static interface DescribeVirtualRouterRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<DescribeVirtualRouterRequest.Builder,DescribeVirtualRouterRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeVirtualRouterRequest.Builder |
meshName(String meshName)
The name of the service mesh that the virtual router resides in.
|
DescribeVirtualRouterRequest.Builder |
meshOwner(String meshOwner)
The Amazon Web Services IAM account ID of the service mesh owner.
|
DescribeVirtualRouterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeVirtualRouterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeVirtualRouterRequest.Builder |
virtualRouterName(String virtualRouterName)
The name of the virtual router to describe.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVirtualRouterRequest.Builder meshName(String meshName)
The name of the service mesh that the virtual router resides in.
meshName - The name of the service mesh that the virtual router resides in.DescribeVirtualRouterRequest.Builder meshOwner(String meshOwner)
The Amazon Web Services 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 Amazon Web Services 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.DescribeVirtualRouterRequest.Builder virtualRouterName(String virtualRouterName)
The name of the virtual router to describe.
virtualRouterName - The name of the virtual router to describe.DescribeVirtualRouterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeVirtualRouterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.