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 in which the route resides.
|
DescribeRouteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeRouteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeRouteRequest.Builder |
routeName(String routeName)
The name of the route to describe.
|
DescribeRouteRequest.Builder |
virtualRouterName(String virtualRouterName)
The name of the virtual router with which the route is associated.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeRouteRequest.Builder meshName(String meshName)
The name of the service mesh in which the route resides.
meshName
- The name of the service mesh in which the route resides.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 with which the route is associated.
virtualRouterName
- The name of the virtual router with which the route is associated.DescribeRouteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeRouteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.