Interface ConnectPeerAssociation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectPeerAssociation.Builder,ConnectPeerAssociation>,SdkBuilder<ConnectPeerAssociation.Builder,ConnectPeerAssociation>,SdkPojo
- Enclosing class:
- ConnectPeerAssociation
public static interface ConnectPeerAssociation.Builder extends SdkPojo, CopyableBuilder<ConnectPeerAssociation.Builder,ConnectPeerAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectPeerAssociation.BuilderconnectPeerId(String connectPeerId)The ID of the Connect peer.ConnectPeerAssociation.BuilderdeviceId(String deviceId)The ID of the device to connect to.ConnectPeerAssociation.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.ConnectPeerAssociation.BuilderlinkId(String linkId)The ID of the link.ConnectPeerAssociation.Builderstate(String state)The state of the Connect peer association.ConnectPeerAssociation.Builderstate(ConnectPeerAssociationState state)The state of the Connect peer association.-
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, sdkFields
-
-
-
-
Method Detail
-
connectPeerId
ConnectPeerAssociation.Builder connectPeerId(String connectPeerId)
The ID of the Connect peer.
- Parameters:
connectPeerId- The ID of the Connect peer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalNetworkId
ConnectPeerAssociation.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
- Parameters:
globalNetworkId- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceId
ConnectPeerAssociation.Builder deviceId(String deviceId)
The ID of the device to connect to.
- Parameters:
deviceId- The ID of the device to connect to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkId
ConnectPeerAssociation.Builder linkId(String linkId)
The ID of the link.
- Parameters:
linkId- The ID of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
ConnectPeerAssociation.Builder state(String state)
The state of the Connect peer association.
- Parameters:
state- The state of the Connect peer association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectPeerAssociationState,ConnectPeerAssociationState
-
state
ConnectPeerAssociation.Builder state(ConnectPeerAssociationState state)
The state of the Connect peer association.
- Parameters:
state- The state of the Connect peer association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ConnectPeerAssociationState,ConnectPeerAssociationState
-
-