Interface RouteServerPropagation.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteServerPropagation.Builder,RouteServerPropagation>
,SdkBuilder<RouteServerPropagation.Builder,RouteServerPropagation>
,SdkPojo
- Enclosing class:
- RouteServerPropagation
public static interface RouteServerPropagation.Builder extends SdkPojo, CopyableBuilder<RouteServerPropagation.Builder,RouteServerPropagation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteServerPropagation.Builder
routeServerId(String routeServerId)
The ID of the route server configured for route propagation.RouteServerPropagation.Builder
routeTableId(String routeTableId)
The ID of the route table configured for route server propagation.RouteServerPropagation.Builder
state(String state)
The current state of route propagation.RouteServerPropagation.Builder
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 Detail
-
routeServerId
RouteServerPropagation.Builder routeServerId(String 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
RouteServerPropagation.Builder routeTableId(String 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
RouteServerPropagation.Builder state(String 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:
RouteServerPropagationState
,RouteServerPropagationState
-
state
RouteServerPropagation.Builder state(RouteServerPropagationState 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:
RouteServerPropagationState
,RouteServerPropagationState
-
-