|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticmapreduce.model.RunJobFlowRequest
public class RunJobFlowRequest
Run Job Flow Request
Constructor Summary | |
---|---|
RunJobFlowRequest()
|
Method Summary | |
---|---|
JobFlowInstancesConfig |
getInstances()
Returns the value of the Instances property for this object. |
String |
getLogUri()
Returns the value of the LogUri property for this object. |
String |
getName()
Returns the value of the Name property for this object. |
List<StepConfig> |
getSteps()
Returns the value of the Steps property for this object. |
void |
setInstances(JobFlowInstancesConfig instances)
Sets the value of the Instances property for this object. |
void |
setLogUri(String logUri)
Sets the value of the LogUri property for this object. |
void |
setName(String name)
Sets the value of the Name property for this object. |
void |
setSteps(Collection<StepConfig> steps)
Sets the value of the Steps property for this object. |
RunJobFlowRequest |
withInstances(JobFlowInstancesConfig instances)
Sets the value of the Instances property for this object. |
RunJobFlowRequest |
withLogUri(String logUri)
Sets the value of the LogUri property for this object. |
RunJobFlowRequest |
withName(String name)
Sets the value of the Name property for this object. |
RunJobFlowRequest |
withSteps(Collection<StepConfig> steps)
Sets the value of the Steps property for this object. |
RunJobFlowRequest |
withSteps(StepConfig... steps)
Sets the value of the Steps property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RunJobFlowRequest()
Method Detail |
---|
public String getName()
Constraints:
Length: 1 - 256
public void setName(String name)
Constraints:
Length: 1 - 256
name
- The new value for the Name property for this object.public RunJobFlowRequest withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
name
- The new value for the Name property for this object.
public String getLogUri()
public void setLogUri(String logUri)
logUri
- The new value for the LogUri property for this object.public RunJobFlowRequest withLogUri(String logUri)
Returns a reference to this object so that method calls can be chained together.
logUri
- The new value for the LogUri property for this object.
public JobFlowInstancesConfig getInstances()
public void setInstances(JobFlowInstancesConfig instances)
instances
- The new value for the Instances property for this object.public RunJobFlowRequest withInstances(JobFlowInstancesConfig instances)
Returns a reference to this object so that method calls can be chained together.
instances
- The new value for the Instances property for this object.
public List<StepConfig> getSteps()
public void setSteps(Collection<StepConfig> steps)
steps
- The new value for the Steps property for this object.public RunJobFlowRequest withSteps(StepConfig... steps)
Returns a reference to this object so that method calls can be chained together.
steps
- The new value for the Steps property for this object.
public RunJobFlowRequest withSteps(Collection<StepConfig> steps)
Returns a reference to this object so that method calls can be chained together.
steps
- The new value for the Steps property for this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |