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