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