|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.JobFlowInstancesConfig
public class JobFlowInstancesConfig
Job Flow Instances Config
| Constructor Summary | |
|---|---|
JobFlowInstancesConfig()
|
|
| Method Summary | |
|---|---|
String |
getEc2KeyName()
Returns the value of the Ec2KeyName property for this object. |
Integer |
getInstanceCount()
Returns the value of the InstanceCount property for this object. |
Boolean |
getKeepJobFlowAliveWhenNoSteps()
Returns the value of the KeepJobFlowAliveWhenNoSteps property for this object. |
String |
getMasterInstanceType()
Returns the value of the MasterInstanceType property for this object. |
PlacementType |
getPlacement()
Returns the value of the Placement property for this object. |
String |
getSlaveInstanceType()
Returns the value of the SlaveInstanceType property for this object. |
Boolean |
isKeepJobFlowAliveWhenNoSteps()
Returns the value of the KeepJobFlowAliveWhenNoSteps property for this object. |
void |
setEc2KeyName(String ec2KeyName)
Sets the value of the Ec2KeyName property for this object. |
void |
setInstanceCount(Integer instanceCount)
Sets the value of the InstanceCount property for this object. |
void |
setKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
Sets the value of the KeepJobFlowAliveWhenNoSteps property for this object. |
void |
setMasterInstanceType(String masterInstanceType)
Sets the value of the MasterInstanceType property for this object. |
void |
setPlacement(PlacementType placement)
Sets the value of the Placement property for this object. |
void |
setSlaveInstanceType(String slaveInstanceType)
Sets the value of the SlaveInstanceType property for this object. |
JobFlowInstancesConfig |
withEc2KeyName(String ec2KeyName)
Sets the value of the Ec2KeyName property for this object. |
JobFlowInstancesConfig |
withInstanceCount(Integer instanceCount)
Sets the value of the InstanceCount property for this object. |
JobFlowInstancesConfig |
withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
Sets the value of the KeepJobFlowAliveWhenNoSteps property for this object. |
JobFlowInstancesConfig |
withMasterInstanceType(String masterInstanceType)
Sets the value of the MasterInstanceType property for this object. |
JobFlowInstancesConfig |
withPlacement(PlacementType placement)
Sets the value of the Placement property for this object. |
JobFlowInstancesConfig |
withSlaveInstanceType(String slaveInstanceType)
Sets the value of the SlaveInstanceType property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobFlowInstancesConfig()
| Method Detail |
|---|
public String getMasterInstanceType()
public void setMasterInstanceType(String masterInstanceType)
masterInstanceType - The new value for the MasterInstanceType property for this object.public JobFlowInstancesConfig withMasterInstanceType(String masterInstanceType)
Returns a reference to this object so that method calls can be chained together.
masterInstanceType - The new value for the MasterInstanceType property for this object.
public String getSlaveInstanceType()
public void setSlaveInstanceType(String slaveInstanceType)
slaveInstanceType - The new value for the SlaveInstanceType property for this object.public JobFlowInstancesConfig withSlaveInstanceType(String slaveInstanceType)
Returns a reference to this object so that method calls can be chained together.
slaveInstanceType - The new value for the SlaveInstanceType property for this object.
public Integer getInstanceCount()
public void setInstanceCount(Integer instanceCount)
instanceCount - The new value for the InstanceCount property for this object.public JobFlowInstancesConfig withInstanceCount(Integer instanceCount)
Returns a reference to this object so that method calls can be chained together.
instanceCount - The new value for the InstanceCount property for this object.
public String getEc2KeyName()
Constraints:
Length: 1 - 256
public void setEc2KeyName(String ec2KeyName)
Constraints:
Length: 1 - 256
ec2KeyName - The new value for the Ec2KeyName property for this object.public JobFlowInstancesConfig withEc2KeyName(String ec2KeyName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
ec2KeyName - The new value for the Ec2KeyName property for this object.
public PlacementType getPlacement()
public void setPlacement(PlacementType placement)
placement - The new value for the Placement property for this object.public JobFlowInstancesConfig withPlacement(PlacementType placement)
Returns a reference to this object so that method calls can be chained together.
placement - The new value for the Placement property for this object.
public Boolean isKeepJobFlowAliveWhenNoSteps()
public void setKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
keepJobFlowAliveWhenNoSteps - The new value for the KeepJobFlowAliveWhenNoSteps property for this
object.public JobFlowInstancesConfig withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
Returns a reference to this object so that method calls can be chained together.
keepJobFlowAliveWhenNoSteps - The new value for the KeepJobFlowAliveWhenNoSteps property for this
object.
public Boolean getKeepJobFlowAliveWhenNoSteps()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||