Interface RouteServerAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteServerAssociation.Builder,RouteServerAssociation>,SdkBuilder<RouteServerAssociation.Builder,RouteServerAssociation>,SdkPojo
- Enclosing class:
- RouteServerAssociation
public static interface RouteServerAssociation.Builder extends SdkPojo, CopyableBuilder<RouteServerAssociation.Builder,RouteServerAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteServerAssociation.BuilderrouteServerId(String routeServerId)The ID of the associated route server.RouteServerAssociation.Builderstate(String state)The current state of the association.RouteServerAssociation.Builderstate(RouteServerAssociationState state)The current state of the association.RouteServerAssociation.BuildervpcId(String vpcId)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 Detail
-
routeServerId
RouteServerAssociation.Builder routeServerId(String 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
RouteServerAssociation.Builder vpcId(String 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
RouteServerAssociation.Builder state(String 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:
RouteServerAssociationState,RouteServerAssociationState
-
state
RouteServerAssociation.Builder state(RouteServerAssociationState 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:
RouteServerAssociationState,RouteServerAssociationState
-
-