|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.PlacementType
public class PlacementType
Specifies the Amazon EC2 location for the job flow.
| Constructor Summary | |
|---|---|
PlacementType()
Default constructor for a new PlacementType object. |
|
PlacementType(String availabilityZone)
Constructs a new PlacementType object. |
|
| Method Summary | |
|---|---|
String |
getAvailabilityZone()
The Amazon EC2 Availability Zone for the job flow. |
void |
setAvailabilityZone(String availabilityZone)
The Amazon EC2 Availability Zone for the job flow. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PlacementType |
withAvailabilityZone(String availabilityZone)
The Amazon EC2 Availability Zone for the job flow. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlacementType()
public PlacementType(String availabilityZone)
availabilityZone - The Amazon EC2 Availability Zone for the job
flow.| Method Detail |
|---|
public String getAvailabilityZone()
Constraints:
Length: 0 - 10280
Pattern: [ -??-??-?\r\n\t]*
public void setAvailabilityZone(String availabilityZone)
Constraints:
Length: 0 - 10280
Pattern: [ -??-??-?\r\n\t]*
availabilityZone - The Amazon EC2 Availability Zone for the job flow.public PlacementType withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10280
Pattern: [ -??-??-?\r\n\t]*
availabilityZone - The Amazon EC2 Availability Zone for the job flow.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||