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