Interface TransitGatewayConnectPeerAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransitGatewayConnectPeerAssociation.Builder,
,TransitGatewayConnectPeerAssociation> SdkBuilder<TransitGatewayConnectPeerAssociation.Builder,
,TransitGatewayConnectPeerAssociation> SdkPojo
- Enclosing class:
TransitGatewayConnectPeerAssociation
public static interface TransitGatewayConnectPeerAssociation.Builder
extends SdkPojo, CopyableBuilder<TransitGatewayConnectPeerAssociation.Builder,TransitGatewayConnectPeerAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the device.globalNetworkId
(String globalNetworkId) The ID of the global network.The ID of the link.The state of the association.The state of the association.transitGatewayConnectPeerArn
(String transitGatewayConnectPeerArn) The Amazon Resource Name (ARN) of the transit gateway Connect peer.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 Details
-
transitGatewayConnectPeerArn
TransitGatewayConnectPeerAssociation.Builder transitGatewayConnectPeerArn(String transitGatewayConnectPeerArn) The Amazon Resource Name (ARN) of the transit gateway Connect peer.
- Parameters:
transitGatewayConnectPeerArn
- The Amazon Resource Name (ARN) of the transit gateway Connect peer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The ID of the device.
- Parameters:
deviceId
- The ID of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
The state of the association.
- Parameters:
state
- The state of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the association.
- Parameters:
state
- The state of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-