public static interface DirectConnectGatewayAttachment.Builder extends CopyableBuilder<DirectConnectGatewayAttachment.Builder,DirectConnectGatewayAttachment>
| Modifier and Type | Method and Description |
|---|---|
DirectConnectGatewayAttachment.Builder |
attachmentState(DirectConnectGatewayAttachmentState attachmentState)
Sets the value of the AttachmentState property for this object.
|
DirectConnectGatewayAttachment.Builder |
attachmentState(String attachmentState)
Sets the value of the AttachmentState property for this object.
|
DirectConnectGatewayAttachment.Builder |
directConnectGatewayId(String directConnectGatewayId)
Sets the value of the DirectConnectGatewayId property for this object.
|
DirectConnectGatewayAttachment.Builder |
stateChangeError(String stateChangeError)
Sets the value of the StateChangeError property for this object.
|
DirectConnectGatewayAttachment.Builder |
virtualInterfaceId(String virtualInterfaceId)
Sets the value of the VirtualInterfaceId property for this object.
|
DirectConnectGatewayAttachment.Builder |
virtualInterfaceOwnerAccount(String virtualInterfaceOwnerAccount)
The AWS account ID of the owner of the virtual interface.
|
DirectConnectGatewayAttachment.Builder |
virtualInterfaceRegion(String virtualInterfaceRegion)
Sets the value of the VirtualInterfaceRegion property for this object.
|
copyapply, buildDirectConnectGatewayAttachment.Builder directConnectGatewayId(String directConnectGatewayId)
directConnectGatewayId - The new value for the DirectConnectGatewayId property for this object.DirectConnectGatewayAttachment.Builder virtualInterfaceId(String virtualInterfaceId)
virtualInterfaceId - The new value for the VirtualInterfaceId property for this object.DirectConnectGatewayAttachment.Builder virtualInterfaceRegion(String virtualInterfaceRegion)
virtualInterfaceRegion - The new value for the VirtualInterfaceRegion property for this object.DirectConnectGatewayAttachment.Builder virtualInterfaceOwnerAccount(String virtualInterfaceOwnerAccount)
The AWS account ID of the owner of the virtual interface.
virtualInterfaceOwnerAccount - The AWS account ID of the owner of the virtual interface.DirectConnectGatewayAttachment.Builder attachmentState(String attachmentState)
attachmentState - The new value for the AttachmentState property for this object.DirectConnectGatewayAttachmentState,
DirectConnectGatewayAttachmentStateDirectConnectGatewayAttachment.Builder attachmentState(DirectConnectGatewayAttachmentState attachmentState)
attachmentState - The new value for the AttachmentState property for this object.DirectConnectGatewayAttachmentState,
DirectConnectGatewayAttachmentStateDirectConnectGatewayAttachment.Builder stateChangeError(String stateChangeError)
stateChangeError - The new value for the StateChangeError property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.