com.amazonaws.services.elasticmapreduce.model
Class PlacementType

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.PlacementType

public class PlacementType
extends Object


Constructor Summary
PlacementType()
           
 
Method Summary
 String getAvailabilityZone()
          The geographical location of the Amazon EC2 instances.
 void setAvailabilityZone(String availabilityZone)
          The geographical location of the Amazon EC2 instances.
 String toString()
           
 PlacementType withAvailabilityZone(String availabilityZone)
          The geographical location of the Amazon EC2 instances.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlacementType

public PlacementType()
Method Detail

getAvailabilityZone

public String getAvailabilityZone()
The geographical location of the Amazon EC2 instances.

Returns:
The geographical location of the Amazon EC2 instances.

setAvailabilityZone

public void setAvailabilityZone(String availabilityZone)
The geographical location of the Amazon EC2 instances.

Parameters:
availabilityZone - The geographical location of the Amazon EC2 instances.

withAvailabilityZone

public PlacementType withAvailabilityZone(String availabilityZone)
The geographical location of the Amazon EC2 instances.

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

Parameters:
availabilityZone - The geographical location of the Amazon EC2 instances.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.