public static interface DirectConnectGateway.Builder extends SdkPojo, CopyableBuilder<DirectConnectGateway.Builder,DirectConnectGateway>
Modifier and Type | Method and Description |
---|---|
DirectConnectGateway.Builder |
amazonSideAsn(Long amazonSideAsn)
The autonomous system number (ASN) for the Amazon side of the connection.
|
DirectConnectGateway.Builder |
directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
DirectConnectGateway.Builder |
directConnectGatewayName(String directConnectGatewayName)
The name of the Direct Connect gateway.
|
DirectConnectGateway.Builder |
directConnectGatewayState(DirectConnectGatewayState directConnectGatewayState)
The state of the Direct Connect gateway.
|
DirectConnectGateway.Builder |
directConnectGatewayState(String directConnectGatewayState)
The state of the Direct Connect gateway.
|
DirectConnectGateway.Builder |
ownerAccount(String ownerAccount)
The ID of the AWS account that owns the Direct Connect gateway.
|
DirectConnectGateway.Builder |
stateChangeError(String stateChangeError)
The error message if the state of an object failed to advance.
|
copy
applyMutation, build
DirectConnectGateway.Builder directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
directConnectGatewayId
- The ID of the Direct Connect gateway.DirectConnectGateway.Builder directConnectGatewayName(String directConnectGatewayName)
The name of the Direct Connect gateway.
directConnectGatewayName
- The name of the Direct Connect gateway.DirectConnectGateway.Builder amazonSideAsn(Long amazonSideAsn)
The autonomous system number (ASN) for the Amazon side of the connection.
amazonSideAsn
- The autonomous system number (ASN) for the Amazon side of the connection.DirectConnectGateway.Builder ownerAccount(String ownerAccount)
The ID of the AWS account that owns the Direct Connect gateway.
ownerAccount
- The ID of the AWS account that owns the Direct Connect gateway.DirectConnectGateway.Builder directConnectGatewayState(String directConnectGatewayState)
The state of the Direct Connect gateway. The following are the possible values:
pending
: The initial state after calling CreateDirectConnectGateway.
available
: The Direct Connect gateway is ready for use.
deleting
: The initial state after calling DeleteDirectConnectGateway.
deleted
: The Direct Connect gateway is deleted and cannot pass traffic.
directConnectGatewayState
- The state of the Direct Connect gateway. The following are the possible values:
pending
: The initial state after calling CreateDirectConnectGateway.
available
: The Direct Connect gateway is ready for use.
deleting
: The initial state after calling DeleteDirectConnectGateway.
deleted
: The Direct Connect gateway is deleted and cannot pass traffic.
DirectConnectGatewayState
,
DirectConnectGatewayState
DirectConnectGateway.Builder directConnectGatewayState(DirectConnectGatewayState directConnectGatewayState)
The state of the Direct Connect gateway. The following are the possible values:
pending
: The initial state after calling CreateDirectConnectGateway.
available
: The Direct Connect gateway is ready for use.
deleting
: The initial state after calling DeleteDirectConnectGateway.
deleted
: The Direct Connect gateway is deleted and cannot pass traffic.
directConnectGatewayState
- The state of the Direct Connect gateway. The following are the possible values:
pending
: The initial state after calling CreateDirectConnectGateway.
available
: The Direct Connect gateway is ready for use.
deleting
: The initial state after calling DeleteDirectConnectGateway.
deleted
: The Direct Connect gateway is deleted and cannot pass traffic.
DirectConnectGatewayState
,
DirectConnectGatewayState
DirectConnectGateway.Builder stateChangeError(String stateChangeError)
The error message if the state of an object failed to advance.
stateChangeError
- The error message if the state of an object failed to advance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.