Interface RouteServerPropagation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteServerPropagation.Builder,
,RouteServerPropagation> SdkBuilder<RouteServerPropagation.Builder,
,RouteServerPropagation> SdkPojo
- Enclosing class:
RouteServerPropagation
@Mutable
@NotThreadSafe
public static interface RouteServerPropagation.Builder
extends SdkPojo, CopyableBuilder<RouteServerPropagation.Builder,RouteServerPropagation>
-
Method Summary
Modifier and TypeMethodDescriptionrouteServerId
(String routeServerId) The ID of the route server configured for route propagation.routeTableId
(String routeTableId) The ID of the route table configured for route server propagation.The current state of route propagation.state
(RouteServerPropagationState state) The current state of route propagation.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
-
routeServerId
The ID of the route server configured for route propagation.
- Parameters:
routeServerId
- The ID of the route server configured for route propagation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeTableId
The ID of the route table configured for route server propagation.
- Parameters:
routeTableId
- The ID of the route table configured for route server propagation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The current state of route propagation.
- Parameters:
state
- The current state of route propagation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of route propagation.
- Parameters:
state
- The current state of route propagation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-