Interface ConfirmConnectionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ConfirmConnectionResponse.Builder,,ConfirmConnectionResponse> DirectConnectResponse.Builder,SdkBuilder<ConfirmConnectionResponse.Builder,,ConfirmConnectionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ConfirmConnectionResponse
- 
Method Summary
Modifier and TypeMethodDescriptionconnectionState(String connectionState) The state of the connection.connectionState(ConnectionState connectionState) The state of the connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
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 theorderingstate enters therejectedstate if it is deleted by the customer. - 
 
unknown: The state of the connection is not available. 
- Parameters:
 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 theorderingstate enters therejectedstate if it is deleted by the customer. - 
        
unknown: The state of the connection is not available. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
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 theorderingstate enters therejectedstate if it is deleted by the customer. - 
 
unknown: The state of the connection is not available. 
- Parameters:
 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 theorderingstate enters therejectedstate if it is deleted by the customer. - 
        
unknown: The state of the connection is not available. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 
 -