public static interface RouteRef.Builder extends SdkPojo, CopyableBuilder<RouteRef.Builder,RouteRef>
| Modifier and Type | Method and Description |
|---|---|
RouteRef.Builder |
arn(String arn)
The full Amazon Resource Name (ARN) for the route.
|
RouteRef.Builder |
meshName(String meshName)
The name of the service mesh in which the route resides.
|
RouteRef.Builder |
routeName(String routeName)
The name of the route.
|
RouteRef.Builder |
virtualRouterName(String virtualRouterName)
The virtual router with which the route is associated.
|
copyapplyMutation, buildRouteRef.Builder arn(String arn)
The full Amazon Resource Name (ARN) for the route.
arn - The full Amazon Resource Name (ARN) for the route.RouteRef.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.RouteRef.Builder routeName(String routeName)
The name of the route.
routeName - The name of the route.RouteRef.Builder virtualRouterName(String virtualRouterName)
The virtual router with which the route is associated.
virtualRouterName - The virtual router with which the route is associated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.