public static interface DirectConnectGatewayAssociation.Builder extends CopyableBuilder<DirectConnectGatewayAssociation.Builder,DirectConnectGatewayAssociation>
| Modifier and Type | Method and Description |
|---|---|
DirectConnectGatewayAssociation.Builder |
associationState(DirectConnectGatewayAssociationState associationState)
Sets the value of the AssociationState property for this object.
|
DirectConnectGatewayAssociation.Builder |
associationState(String associationState)
Sets the value of the AssociationState property for this object.
|
DirectConnectGatewayAssociation.Builder |
directConnectGatewayId(String directConnectGatewayId)
Sets the value of the DirectConnectGatewayId property for this object.
|
DirectConnectGatewayAssociation.Builder |
stateChangeError(String stateChangeError)
Sets the value of the StateChangeError property for this object.
|
DirectConnectGatewayAssociation.Builder |
virtualGatewayId(String virtualGatewayId)
Sets the value of the VirtualGatewayId property for this object.
|
DirectConnectGatewayAssociation.Builder |
virtualGatewayOwnerAccount(String virtualGatewayOwnerAccount)
The AWS account ID of the owner of the virtual private gateway.
|
DirectConnectGatewayAssociation.Builder |
virtualGatewayRegion(String virtualGatewayRegion)
Sets the value of the VirtualGatewayRegion property for this object.
|
copyapply, buildDirectConnectGatewayAssociation.Builder directConnectGatewayId(String directConnectGatewayId)
directConnectGatewayId - The new value for the DirectConnectGatewayId property for this object.DirectConnectGatewayAssociation.Builder virtualGatewayId(String virtualGatewayId)
virtualGatewayId - The new value for the VirtualGatewayId property for this object.DirectConnectGatewayAssociation.Builder virtualGatewayRegion(String virtualGatewayRegion)
virtualGatewayRegion - The new value for the VirtualGatewayRegion property for this object.DirectConnectGatewayAssociation.Builder virtualGatewayOwnerAccount(String virtualGatewayOwnerAccount)
The AWS account ID of the owner of the virtual private gateway.
virtualGatewayOwnerAccount - The AWS account ID of the owner of the virtual private gateway.DirectConnectGatewayAssociation.Builder associationState(String associationState)
associationState - The new value for the AssociationState property for this object.DirectConnectGatewayAssociationState,
DirectConnectGatewayAssociationStateDirectConnectGatewayAssociation.Builder associationState(DirectConnectGatewayAssociationState associationState)
associationState - The new value for the AssociationState property for this object.DirectConnectGatewayAssociationState,
DirectConnectGatewayAssociationStateDirectConnectGatewayAssociation.Builder stateChangeError(String stateChangeError)
stateChangeError - The new value for the StateChangeError property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.