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