public static interface Route.Builder extends SdkPojo, CopyableBuilder<Route.Builder,Route>
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
destination(String destination)
The destination of the route.
|
Route.Builder |
destinationType(DestinationType destinationType)
The type of destination for the route.
|
Route.Builder |
destinationType(String destinationType)
The type of destination for the route.
|
Route.Builder |
target(String target)
The route's target.
|
Route.Builder |
targetType(String targetType)
The type of target for the route.
|
Route.Builder |
targetType(TargetType targetType)
The type of target for the route.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoute.Builder destinationType(String destinationType)
The type of destination for the route.
destinationType - The type of destination for the route.DestinationType,
DestinationTypeRoute.Builder destinationType(DestinationType destinationType)
The type of destination for the route.
destinationType - The type of destination for the route.DestinationType,
DestinationTypeRoute.Builder targetType(String targetType)
The type of target for the route.
targetType - The type of target for the route.TargetType,
TargetTypeRoute.Builder targetType(TargetType targetType)
The type of target for the route.
targetType - The type of target for the route.TargetType,
TargetTypeRoute.Builder destination(String destination)
The destination of the route.
destination - The destination of the route.Route.Builder target(String target)
The route's target.
target - The route's target.Copyright © 2021. All rights reserved.