public class InstanceStatus extends Object implements Serializable, Cloneable
The instance status details.
| Constructor and Description |
|---|
InstanceStatus() |
| Modifier and Type | Method and Description |
|---|---|
InstanceStatus |
clone() |
boolean |
equals(Object obj) |
String |
getState()
The current state of the instance.
|
InstanceStateChangeReason |
getStateChangeReason()
The details of the status change reason for the instance.
|
InstanceTimeline |
getTimeline()
The timeline of the instance status over time.
|
int |
hashCode() |
void |
setState(InstanceState state)
The current state of the instance.
|
void |
setState(String state)
The current state of the instance.
|
void |
setStateChangeReason(InstanceStateChangeReason stateChangeReason)
The details of the status change reason for the instance.
|
void |
setTimeline(InstanceTimeline timeline)
The timeline of the instance status over time.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InstanceStatus |
withState(InstanceState state)
The current state of the instance.
|
InstanceStatus |
withState(String state)
The current state of the instance.
|
InstanceStatus |
withStateChangeReason(InstanceStateChangeReason stateChangeReason)
The details of the status change reason for the instance.
|
InstanceStatus |
withTimeline(InstanceTimeline timeline)
The timeline of the instance status over time.
|
public String getState()
Constraints:
Allowed Values: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING, TERMINATED
InstanceStatepublic void setState(String state)
Constraints:
Allowed Values: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING, TERMINATED
state - The current state of the instance.InstanceStatepublic InstanceStatus withState(String state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING, TERMINATED
state - The current state of the instance.InstanceStatepublic void setState(InstanceState state)
Constraints:
Allowed Values: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING, TERMINATED
state - The current state of the instance.InstanceStatepublic InstanceStatus withState(InstanceState state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING, TERMINATED
state - The current state of the instance.InstanceStatepublic InstanceStateChangeReason getStateChangeReason()
public void setStateChangeReason(InstanceStateChangeReason stateChangeReason)
stateChangeReason - The details of the status change reason for the instance.public InstanceStatus withStateChangeReason(InstanceStateChangeReason stateChangeReason)
Returns a reference to this object so that method calls can be chained together.
stateChangeReason - The details of the status change reason for the instance.public InstanceTimeline getTimeline()
public void setTimeline(InstanceTimeline timeline)
timeline - The timeline of the instance status over time.public InstanceStatus withTimeline(InstanceTimeline timeline)
Returns a reference to this object so that method calls can be chained together.
timeline - The timeline of the instance status over time.public String toString()
toString in class ObjectObject.toString()public InstanceStatus clone()
Copyright © 2015. All rights reserved.