|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.Instance
public class Instance
The Instance data type.
Constructor Summary | |
---|---|
Instance()
|
Method Summary | |
---|---|
String |
getAvailabilityZone()
Constraints: Length: 1 - 255 Pattern: [ -??-??-?\r\n\t]* |
String |
getInstanceId()
Specifies EC2 instance ID. |
String |
getLifecycleState()
Contains a description of the current lifecycle state. |
void |
setAvailabilityZone(String availabilityZone)
Constraints: Length: 1 - 255 Pattern: [ -??-??-?\r\n\t]* |
void |
setInstanceId(String instanceId)
Specifies EC2 instance ID. |
void |
setLifecycleState(String lifecycleState)
Contains a description of the current lifecycle state. |
String |
toString()
|
Instance |
withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together. |
Instance |
withInstanceId(String instanceId)
Specifies EC2 instance ID. |
Instance |
withLifecycleState(String lifecycleState)
Contains a description of the current lifecycle state. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Instance()
Method Detail |
---|
public String getInstanceId()
Constraints:
Length: 1 - 16
Pattern: [ -??-??-?\r\n\t]*
public void setInstanceId(String instanceId)
Constraints:
Length: 1 - 16
Pattern: [ -??-??-?\r\n\t]*
instanceId
- Specifies EC2 instance ID.public Instance withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 16
Pattern: [ -??-??-?\r\n\t]*
instanceId
- Specifies EC2 instance ID.
public String getAvailabilityZone()
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
public void setAvailabilityZone(String availabilityZone)
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
availabilityZone
- public Instance withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
Pattern: [ -??-??-?\r\n\t]*
availabilityZone
-
public String getLifecycleState()
Constraints:
Length: 1 - 32
Pattern: [ -??-??-?\r\n\t]*
public void setLifecycleState(String lifecycleState)
Constraints:
Length: 1 - 32
Pattern: [ -??-??-?\r\n\t]*
lifecycleState
- Contains a description of the current lifecycle state.public Instance withLifecycleState(String lifecycleState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 32
Pattern: [ -??-??-?\r\n\t]*
lifecycleState
- Contains a description of the current lifecycle state.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |