|
||||||||||
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.AddJobFlowStepsRequest
public class AddJobFlowStepsRequest
The input argument to the AddJobFlow operation.
Constructor Summary | |
---|---|
AddJobFlowStepsRequest()
|
Method Summary | |
---|---|
String |
getJobFlowId()
A string that uniquely identifies the job flow. |
List<StepConfig> |
getSteps()
A list of StepConfig to be executed by the job flow. |
void |
setJobFlowId(String jobFlowId)
A string that uniquely identifies the job flow. |
void |
setSteps(Collection<StepConfig> steps)
A list of StepConfig to be executed by the job flow. |
String |
toString()
|
AddJobFlowStepsRequest |
withJobFlowId(String jobFlowId)
A string that uniquely identifies the job flow. |
AddJobFlowStepsRequest |
withSteps(Collection<StepConfig> steps)
A list of StepConfig to be executed by the job flow. |
AddJobFlowStepsRequest |
withSteps(StepConfig... steps)
A list of StepConfig to be executed by the job flow. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddJobFlowStepsRequest()
Method Detail |
---|
public String getJobFlowId()
public void setJobFlowId(String jobFlowId)
jobFlowId
- A string that uniquely identifies the job flow. This identifier is
returned by RunJobFlow and can also be obtained from
DescribeJobFlows .public AddJobFlowStepsRequest withJobFlowId(String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
jobFlowId
- A string that uniquely identifies the job flow. This identifier is
returned by RunJobFlow and can also be obtained from
DescribeJobFlows .
public List<StepConfig> getSteps()
public void setSteps(Collection<StepConfig> steps)
steps
- A list of StepConfig to be executed by the job flow.public AddJobFlowStepsRequest withSteps(StepConfig... steps)
Returns a reference to this object so that method calls can be chained together.
steps
- A list of StepConfig to be executed by the job flow.
public AddJobFlowStepsRequest withSteps(Collection<StepConfig> steps)
Returns a reference to this object so that method calls can be chained together.
steps
- A list of StepConfig to be executed by the job flow.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |