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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitGatewayConnectPeerAssociation.BuilderdeviceId(String deviceId)The ID of the device.TransitGatewayConnectPeerAssociation.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.TransitGatewayConnectPeerAssociation.BuilderlinkId(String linkId)The ID of the link.TransitGatewayConnectPeerAssociation.Builderstate(String state)The state of the association.TransitGatewayConnectPeerAssociation.Builderstate(TransitGatewayConnectPeerAssociationState state)The state of the association.TransitGatewayConnectPeerAssociation.BuildertransitGatewayConnectPeerArn(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 Detail
-
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
TransitGatewayConnectPeerAssociation.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
TransitGatewayConnectPeerAssociation.Builder deviceId(String 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
TransitGatewayConnectPeerAssociation.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
TransitGatewayConnectPeerAssociation.Builder state(String 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:
TransitGatewayConnectPeerAssociationState,TransitGatewayConnectPeerAssociationState
-
state
TransitGatewayConnectPeerAssociation.Builder state(TransitGatewayConnectPeerAssociationState 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:
TransitGatewayConnectPeerAssociationState,TransitGatewayConnectPeerAssociationState
-
-