Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.directconnect.model
Class ConnectionOrderStep

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

public class ConnectionOrderStep
extends Object
implements Serializable

A step in the connection order process.

See Also:
Serialized Form

Constructor Summary
ConnectionOrderStep()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          More detailed description of the order step.
 String getName()
          Name of the order step.
 String getNumber()
          Number of an order step.
 String getOwner()
          The entity who owns the completion of the order step.
 Integer getSla()
          Time to complete the order step in minutes.
 String getStepState()
          State of the connection step.
 int hashCode()
           
 void setDescription(String description)
          More detailed description of the order step.
 void setName(String name)
          Name of the order step.
 void setNumber(String number)
          Number of an order step.
 void setOwner(String owner)
          The entity who owns the completion of the order step.
 void setSla(Integer sla)
          Time to complete the order step in minutes.
 void setStepState(StepState stepState)
          State of the connection step.
 void setStepState(String stepState)
          State of the connection step.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ConnectionOrderStep withDescription(String description)
          More detailed description of the order step.
 ConnectionOrderStep withName(String name)
          Name of the order step.
 ConnectionOrderStep withNumber(String number)
          Number of an order step.
 ConnectionOrderStep withOwner(String owner)
          The entity who owns the completion of the order step.
 ConnectionOrderStep withSla(Integer sla)
          Time to complete the order step in minutes.
 ConnectionOrderStep withStepState(StepState stepState)
          State of the connection step.
 ConnectionOrderStep withStepState(String stepState)
          State of the connection step.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionOrderStep

public ConnectionOrderStep()
Method Detail

getNumber

public String getNumber()
Number of an order step.

Example: 1

Returns:
Number of an order step.

Example: 1


setNumber

public void setNumber(String number)
Number of an order step.

Example: 1

Parameters:
number - Number of an order step.

Example: 1


withNumber

public ConnectionOrderStep withNumber(String number)
Number of an order step.

Example: 1

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

Parameters:
number - Number of an order step.

Example: 1


getName

public String getName()
Name of the order step.

Example: Authorize cross connect

Returns:
Name of the order step.

Example: Authorize cross connect


setName

public void setName(String name)
Name of the order step.

Example: Authorize cross connect

Parameters:
name - Name of the order step.

Example: Authorize cross connect


withName

public ConnectionOrderStep withName(String name)
Name of the order step.

Example: Authorize cross connect

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

Parameters:
name - Name of the order step.

Example: Authorize cross connect


getDescription

public String getDescription()
More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"

Returns:
More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"


setDescription

public void setDescription(String description)
More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"

Parameters:
description - More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"


withDescription

public ConnectionOrderStep withDescription(String description)
More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"

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

Parameters:
description - More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"


getOwner

public String getOwner()
The entity who owns the completion of the order step.

Example: AWS, Customer

Returns:
The entity who owns the completion of the order step.

Example: AWS, Customer


setOwner

public void setOwner(String owner)
The entity who owns the completion of the order step.

Example: AWS, Customer

Parameters:
owner - The entity who owns the completion of the order step.

Example: AWS, Customer


withOwner

public ConnectionOrderStep withOwner(String owner)
The entity who owns the completion of the order step.

Example: AWS, Customer

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

Parameters:
owner - The entity who owns the completion of the order step.

Example: AWS, Customer


getSla

public Integer getSla()
Time to complete the order step in minutes.

Example: 60

Returns:
Time to complete the order step in minutes.

Example: 60


setSla

public void setSla(Integer sla)
Time to complete the order step in minutes.

Example: 60

Parameters:
sla - Time to complete the order step in minutes.

Example: 60


withSla

public ConnectionOrderStep withSla(Integer sla)
Time to complete the order step in minutes.

Example: 60

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

Parameters:
sla - Time to complete the order step in minutes.

Example: 60


getStepState

public String getStepState()
State of the connection step.

Constraints:
Allowed Values: pending, completed

Returns:
State of the connection step.
  • Pending: This step is not yet completed.
  • Completed: This step has been completed
See Also:
StepState

setStepState

public void setStepState(String stepState)
State of the connection step.

Constraints:
Allowed Values: pending, completed

Parameters:
stepState - State of the connection step.
  • Pending: This step is not yet completed.
  • Completed: This step has been completed
See Also:
StepState

withStepState

public ConnectionOrderStep withStepState(String stepState)
State of the connection step.

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

Constraints:
Allowed Values: pending, completed

Parameters:
stepState - State of the connection step.
  • Pending: This step is not yet completed.
  • Completed: This step has been completed
See Also:
StepState

setStepState

public void setStepState(StepState stepState)
State of the connection step.

Constraints:
Allowed Values: pending, completed

Parameters:
stepState - State of the connection step.
  • Pending: This step is not yet completed.
  • Completed: This step has been completed
See Also:
StepState

withStepState

public ConnectionOrderStep withStepState(StepState stepState)
State of the connection step.

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

Constraints:
Allowed Values: pending, completed

Parameters:
stepState - State of the connection step.
  • Pending: This step is not yet completed.
  • Completed: This step has been completed
See Also:
StepState

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.