public static interface TransitGatewayConnectPeerAssociation.Builder extends SdkPojo, CopyableBuilder<TransitGatewayConnectPeerAssociation.Builder,TransitGatewayConnectPeerAssociation>
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayConnectPeerAssociation.Builder |
deviceId(String deviceId)
The ID of the device.
|
TransitGatewayConnectPeerAssociation.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
TransitGatewayConnectPeerAssociation.Builder |
linkId(String linkId)
The ID of the link.
|
TransitGatewayConnectPeerAssociation.Builder |
state(String state)
The state of the association.
|
TransitGatewayConnectPeerAssociation.Builder |
state(TransitGatewayConnectPeerAssociationState state)
The state of the association.
|
TransitGatewayConnectPeerAssociation.Builder |
transitGatewayConnectPeerArn(String transitGatewayConnectPeerArn)
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransitGatewayConnectPeerAssociation.Builder transitGatewayConnectPeerArn(String transitGatewayConnectPeerArn)
The Amazon Resource Name (ARN) of the transit gateway Connect peer.
transitGatewayConnectPeerArn - The Amazon Resource Name (ARN) of the transit gateway Connect peer.TransitGatewayConnectPeerAssociation.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.TransitGatewayConnectPeerAssociation.Builder deviceId(String deviceId)
The ID of the device.
deviceId - The ID of the device.TransitGatewayConnectPeerAssociation.Builder linkId(String linkId)
The ID of the link.
linkId - The ID of the link.TransitGatewayConnectPeerAssociation.Builder state(String state)
The state of the association.
state - The state of the association.TransitGatewayConnectPeerAssociationState,
TransitGatewayConnectPeerAssociationStateTransitGatewayConnectPeerAssociation.Builder state(TransitGatewayConnectPeerAssociationState state)
The state of the association.
state - The state of the association.TransitGatewayConnectPeerAssociationState,
TransitGatewayConnectPeerAssociationStateCopyright © 2023. All rights reserved.