com.amazonaws.services.directconnect.model
Class ConfirmConnectionResult

java.lang.Object
  extended by com.amazonaws.services.directconnect.model.ConfirmConnectionResult
All Implemented Interfaces:
Serializable

public class ConfirmConnectionResult
extends Object
implements Serializable

The response received when ConfirmConnection is called.

See Also:
Serialized Form

Constructor Summary
ConfirmConnectionResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getConnectionState()
          State of the connection.
 int hashCode()
           
 void setConnectionState(ConnectionState connectionState)
          State of the connection.
 void setConnectionState(String connectionState)
          State of the connection.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ConfirmConnectionResult withConnectionState(ConnectionState connectionState)
          State of the connection.
 ConfirmConnectionResult withConnectionState(String connectionState)
          State of the connection.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfirmConnectionResult

public ConfirmConnectionResult()
Method Detail

getConnectionState

public String getConnectionState()
State of the connection.

Constraints:
Allowed Values: ordering, requested, pending, available, down, deleting, deleted, rejected

Returns:
State of the connection.
  • 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.
  • Deleted: The connection has been deleted.
  • Rejected: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.
See Also:
ConnectionState

setConnectionState

public void setConnectionState(String connectionState)
State of the connection.

Constraints:
Allowed Values: ordering, requested, pending, available, down, deleting, deleted, rejected

Parameters:
connectionState - State of the connection.
  • 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.
  • Deleted: The connection has been deleted.
  • Rejected: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.
See Also:
ConnectionState

withConnectionState

public ConfirmConnectionResult withConnectionState(String connectionState)
State of the connection.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: ordering, requested, pending, available, down, deleting, deleted, rejected

Parameters:
connectionState - State of the connection.
  • 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.
  • Deleted: The connection has been deleted.
  • Rejected: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
ConnectionState

setConnectionState

public void setConnectionState(ConnectionState connectionState)
State of the connection.

Constraints:
Allowed Values: ordering, requested, pending, available, down, deleting, deleted, rejected

Parameters:
connectionState - State of the connection.
  • 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.
  • Deleted: The connection has been deleted.
  • Rejected: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.
See Also:
ConnectionState

withConnectionState

public ConfirmConnectionResult withConnectionState(ConnectionState connectionState)
State of the connection.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: ordering, requested, pending, available, down, deleting, deleted, rejected

Parameters:
connectionState - State of the connection.
  • 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.
  • Deleted: The connection has been deleted.
  • Rejected: A hosted connection in the 'Ordering' state will enter the 'Rejected' state if it is deleted by the end customer.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
ConnectionState

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.