Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.directconnect.model
Class DescribeConnectionDetailResult

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

public class DescribeConnectionDetailResult
extends Object
implements Serializable

Additional information about connection order steps.

See Also:
Serialized Form

Constructor Summary
DescribeConnectionDetailResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getBandwidth()
          Bandwidth of the connection.
 List<ConnectionCost> getConnectionCosts()
          A list of connection costs.
 String getConnectionId()
          ID of the connection.
 String getConnectionName()
          The name of the connection.
 String getConnectionState()
          State of the connection.
 String getLocation()
          Where the AWS Direct Connect offering is located.
 List<ConnectionOrderStep> getOrderSteps()
          A list of connection order steps.
 String getRegion()
          The AWS region where the offering is located.
 int hashCode()
           
 void setBandwidth(String bandwidth)
          Bandwidth of the connection.
 void setConnectionCosts(Collection<ConnectionCost> connectionCosts)
          A list of connection costs.
 void setConnectionId(String connectionId)
          ID of the connection.
 void setConnectionName(String connectionName)
          The name of the connection.
 void setConnectionState(ConnectionState connectionState)
          State of the connection.
 void setConnectionState(String connectionState)
          State of the connection.
 void setLocation(String location)
          Where the AWS Direct Connect offering is located.
 void setOrderSteps(Collection<ConnectionOrderStep> orderSteps)
          A list of connection order steps.
 void setRegion(String region)
          The AWS region where the offering is located.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeConnectionDetailResult withBandwidth(String bandwidth)
          Bandwidth of the connection.
 DescribeConnectionDetailResult withConnectionCosts(Collection<ConnectionCost> connectionCosts)
          A list of connection costs.
 DescribeConnectionDetailResult withConnectionCosts(ConnectionCost... connectionCosts)
          A list of connection costs.
 DescribeConnectionDetailResult withConnectionId(String connectionId)
          ID of the connection.
 DescribeConnectionDetailResult withConnectionName(String connectionName)
          The name of the connection.
 DescribeConnectionDetailResult withConnectionState(ConnectionState connectionState)
          State of the connection.
 DescribeConnectionDetailResult withConnectionState(String connectionState)
          State of the connection.
 DescribeConnectionDetailResult withLocation(String location)
          Where the AWS Direct Connect offering is located.
 DescribeConnectionDetailResult withOrderSteps(Collection<ConnectionOrderStep> orderSteps)
          A list of connection order steps.
 DescribeConnectionDetailResult withOrderSteps(ConnectionOrderStep... orderSteps)
          A list of connection order steps.
 DescribeConnectionDetailResult withRegion(String region)
          The AWS region where the offering is located.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeConnectionDetailResult

public DescribeConnectionDetailResult()
Method Detail

getConnectionId

public String getConnectionId()
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns:
ID of the connection.

Example: dxcon-fg5678gh

Default: None


setConnectionId

public void setConnectionId(String connectionId)
ID of the connection.

Example: dxcon-fg5678gh

Default: None

Parameters:
connectionId - ID of the connection.

Example: dxcon-fg5678gh

Default: None


withConnectionId

public DescribeConnectionDetailResult withConnectionId(String connectionId)
ID of the connection.

Example: dxcon-fg5678gh

Default: None

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

Parameters:
connectionId - ID of the connection.

Example: dxcon-fg5678gh

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getConnectionName

public String getConnectionName()
The name of the connection.

Example: "1G Connection to AWS"

Default: None

Returns:
The name of the connection.

Example: "1G Connection to AWS"

Default: None


setConnectionName

public void setConnectionName(String connectionName)
The name of the connection.

Example: "1G Connection to AWS"

Default: None

Parameters:
connectionName - The name of the connection.

Example: "1G Connection to AWS"

Default: None


withConnectionName

public DescribeConnectionDetailResult withConnectionName(String connectionName)
The name of the connection.

Example: "1G Connection to AWS"

Default: None

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

Parameters:
connectionName - The name of the connection.

Example: "1G Connection to AWS"

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getConnectionState

public String getConnectionState()
State of the connection.

Constraints:
Allowed Values: requested, pending, available, deleted

Returns:
State of the connection.
  • Requested: The initial state of connection immediately after creation. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: A connection is pending after the customer receives the LOA and remains pending until the completion of the partner circuit.
  • Available: A connection that has a completed partner circuit and is ready for use. A connection must be available before virtual interfaces can be created.
  • Deleted: A connection that has been deleted.
See Also:
ConnectionState

setConnectionState

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

Constraints:
Allowed Values: requested, pending, available, deleted

Parameters:
connectionState - State of the connection.
  • Requested: The initial state of connection immediately after creation. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: A connection is pending after the customer receives the LOA and remains pending until the completion of the partner circuit.
  • Available: A connection that has a completed partner circuit and is ready for use. A connection must be available before virtual interfaces can be created.
  • Deleted: A connection that has been deleted.
See Also:
ConnectionState

withConnectionState

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

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

Constraints:
Allowed Values: requested, pending, available, deleted

Parameters:
connectionState - State of the connection.
  • Requested: The initial state of connection immediately after creation. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: A connection is pending after the customer receives the LOA and remains pending until the completion of the partner circuit.
  • Available: A connection that has a completed partner circuit and is ready for use. A connection must be available before virtual interfaces can be created.
  • Deleted: A connection that has been deleted.
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: requested, pending, available, deleted

Parameters:
connectionState - State of the connection.
  • Requested: The initial state of connection immediately after creation. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: A connection is pending after the customer receives the LOA and remains pending until the completion of the partner circuit.
  • Available: A connection that has a completed partner circuit and is ready for use. A connection must be available before virtual interfaces can be created.
  • Deleted: A connection that has been deleted.
See Also:
ConnectionState

withConnectionState

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

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

Constraints:
Allowed Values: requested, pending, available, deleted

Parameters:
connectionState - State of the connection.
  • Requested: The initial state of connection immediately after creation. The connection stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: A connection is pending after the customer receives the LOA and remains pending until the completion of the partner circuit.
  • Available: A connection that has a completed partner circuit and is ready for use. A connection must be available before virtual interfaces can be created.
  • Deleted: A connection that has been deleted.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
ConnectionState

getRegion

public String getRegion()
The AWS region where the offering is located.

Example: us-east-1

Default: None

Returns:
The AWS region where the offering is located.

Example: us-east-1

Default: None


setRegion

public void setRegion(String region)
The AWS region where the offering is located.

Example: us-east-1

Default: None

Parameters:
region - The AWS region where the offering is located.

Example: us-east-1

Default: None


withRegion

public DescribeConnectionDetailResult withRegion(String region)
The AWS region where the offering is located.

Example: us-east-1

Default: None

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

Parameters:
region - The AWS region where the offering is located.

Example: us-east-1

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getLocation

public String getLocation()
Where the AWS Direct Connect offering is located.

Example: EqSV5

Default: None

Returns:
Where the AWS Direct Connect offering is located.

Example: EqSV5

Default: None


setLocation

public void setLocation(String location)
Where the AWS Direct Connect offering is located.

Example: EqSV5

Default: None

Parameters:
location - Where the AWS Direct Connect offering is located.

Example: EqSV5

Default: None


withLocation

public DescribeConnectionDetailResult withLocation(String location)
Where the AWS Direct Connect offering is located.

Example: EqSV5

Default: None

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

Parameters:
location - Where the AWS Direct Connect offering is located.

Example: EqSV5

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getBandwidth

public String getBandwidth()
Bandwidth of the connection.

Example: 1Gbps

Default: None

Returns:
Bandwidth of the connection.

Example: 1Gbps

Default: None


setBandwidth

public void setBandwidth(String bandwidth)
Bandwidth of the connection.

Example: 1Gbps

Default: None

Parameters:
bandwidth - Bandwidth of the connection.

Example: 1Gbps

Default: None


withBandwidth

public DescribeConnectionDetailResult withBandwidth(String bandwidth)
Bandwidth of the connection.

Example: 1Gbps

Default: None

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

Parameters:
bandwidth - Bandwidth of the connection.

Example: 1Gbps

Default: None

Returns:
A reference to this updated object so that method calls can be chained together.

getConnectionCosts

public List<ConnectionCost> getConnectionCosts()
A list of connection costs.

Returns:
A list of connection costs.

setConnectionCosts

public void setConnectionCosts(Collection<ConnectionCost> connectionCosts)
A list of connection costs.

Parameters:
connectionCosts - A list of connection costs.

withConnectionCosts

public DescribeConnectionDetailResult withConnectionCosts(ConnectionCost... connectionCosts)
A list of connection costs.

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

Parameters:
connectionCosts - A list of connection costs.
Returns:
A reference to this updated object so that method calls can be chained together.

withConnectionCosts

public DescribeConnectionDetailResult withConnectionCosts(Collection<ConnectionCost> connectionCosts)
A list of connection costs.

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

Parameters:
connectionCosts - A list of connection costs.
Returns:
A reference to this updated object so that method calls can be chained together.

getOrderSteps

public List<ConnectionOrderStep> getOrderSteps()
A list of connection order steps.

Returns:
A list of connection order steps.

setOrderSteps

public void setOrderSteps(Collection<ConnectionOrderStep> orderSteps)
A list of connection order steps.

Parameters:
orderSteps - A list of connection order steps.

withOrderSteps

public DescribeConnectionDetailResult withOrderSteps(ConnectionOrderStep... orderSteps)
A list of connection order steps.

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

Parameters:
orderSteps - A list of connection order steps.
Returns:
A reference to this updated object so that method calls can be chained together.

withOrderSteps

public DescribeConnectionDetailResult withOrderSteps(Collection<ConnectionOrderStep> orderSteps)
A list of connection order steps.

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

Parameters:
orderSteps - A list of connection order steps.
Returns:
A reference to this updated object so that method calls can be chained together.

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 © 2010 Amazon Web Services, Inc. All Rights Reserved.