Interface Route.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Route.Builder,
,Route> SdkBuilder<Route.Builder,
,Route> SdkPojo
- Enclosing class:
Route
@Mutable
@NotThreadSafe
public static interface Route.Builder
extends SdkPojo, CopyableBuilder<Route.Builder,Route>
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(String destination) The destination of the route.destinationType
(String destinationType) The type of destination for the route.destinationType
(DestinationType destinationType) The type of destination for the route.The route's target.targetType
(String targetType) The type of target for the route.targetType
(TargetType targetType) The type of target for the route.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
destinationType
The type of destination for the route.
- Parameters:
destinationType
- The type of destination for the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationType
The type of destination for the route.
- Parameters:
destinationType
- The type of destination for the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetType
The type of target for the route.
- Parameters:
targetType
- The type of target for the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetType
The type of target for the route.
- Parameters:
targetType
- The type of target for the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destination
The destination of the route.
- Parameters:
destination
- The destination of the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
The route's target.
- Parameters:
target
- The route's target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-