public static interface ConfirmConnectionResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<ConfirmConnectionResponse.Builder,ConfirmConnectionResponse>
Modifier and Type | Method and Description |
---|---|
ConfirmConnectionResponse.Builder |
connectionState(ConnectionState connectionState)
The state of the connection.
|
ConfirmConnectionResponse.Builder |
connectionState(String connectionState)
The state of the connection.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ConfirmConnectionResponse.Builder connectionState(String connectionState)
The state of the connection. The following are the possible values:
ordering
: The initial state of a hosted connection provisioned on an interconnect. The
connection stays in the ordering state until the owner of the hosted connection confirms or declines the
connection order.
requested
: The initial state of a standard connection. The connection stays in the requested
state until the Letter of Authorization (LOA) is sent to the customer.
pending
: The connection has been approved and is being initialized.
available
: The network link is up and the connection is ready for use.
down
: The network link is down.
deleting
: The connection is being deleted.
deleted
: The connection has been deleted.
rejected
: A hosted connection in the ordering
state enters the
rejected
state if it is deleted by the customer.
connectionState
- The state of the connection. The following are the possible values:
ordering
: The initial state of a hosted connection provisioned on an interconnect. The
connection stays in the ordering state until the owner of the hosted connection confirms or declines
the connection order.
requested
: The initial state of a standard connection. The connection stays in the
requested state until the Letter of Authorization (LOA) is sent to the customer.
pending
: The connection has been approved and is being initialized.
available
: The network link is up and the connection is ready for use.
down
: The network link is down.
deleting
: The connection is being deleted.
deleted
: The connection has been deleted.
rejected
: A hosted connection in the ordering
state enters the
rejected
state if it is deleted by the customer.
ConnectionState
,
ConnectionState
ConfirmConnectionResponse.Builder connectionState(ConnectionState connectionState)
The state of the connection. The following are the possible values:
ordering
: The initial state of a hosted connection provisioned on an interconnect. The
connection stays in the ordering state until the owner of the hosted connection confirms or declines the
connection order.
requested
: The initial state of a standard connection. The connection stays in the requested
state until the Letter of Authorization (LOA) is sent to the customer.
pending
: The connection has been approved and is being initialized.
available
: The network link is up and the connection is ready for use.
down
: The network link is down.
deleting
: The connection is being deleted.
deleted
: The connection has been deleted.
rejected
: A hosted connection in the ordering
state enters the
rejected
state if it is deleted by the customer.
connectionState
- The state of the connection. The following are the possible values:
ordering
: The initial state of a hosted connection provisioned on an interconnect. The
connection stays in the ordering state until the owner of the hosted connection confirms or declines
the connection order.
requested
: The initial state of a standard connection. The connection stays in the
requested state until the Letter of Authorization (LOA) is sent to the customer.
pending
: The connection has been approved and is being initialized.
available
: The network link is up and the connection is ready for use.
down
: The network link is down.
deleting
: The connection is being deleted.
deleted
: The connection has been deleted.
rejected
: A hosted connection in the ordering
state enters the
rejected
state if it is deleted by the customer.
ConnectionState
,
ConnectionState
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.