|
||||||||||
| 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
Add Job Flow Steps Request
| Constructor Summary | |
|---|---|
AddJobFlowStepsRequest()
|
|
| Method Summary | |
|---|---|
String |
getJobFlowId()
A string that uniquely identifies a job flow. |
List<StepConfig> |
getSteps()
A list of Step instances containing information about the steps to be added. |
void |
setJobFlowId(String jobFlowId)
A string that uniquely identifies a job flow. |
void |
setSteps(Collection<StepConfig> steps)
A list of Step instances containing information about the steps to be added. |
String |
toString()
|
AddJobFlowStepsRequest |
withJobFlowId(String jobFlowId)
A string that uniquely identifies a job flow. |
AddJobFlowStepsRequest |
withSteps(Collection<StepConfig> steps)
A list of Step instances containing information about the steps to be added. |
AddJobFlowStepsRequest |
withSteps(StepConfig... steps)
A list of Step instances containing information about the steps to be added. |
| 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 a job flow. This value is returned
as part of the RunJobFlow response.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 a job flow. This value is returned
as part of the RunJobFlow response.
public List<StepConfig> getSteps()
public void setSteps(Collection<StepConfig> steps)
steps - A list of Step instances containing information about the steps
to be added.public AddJobFlowStepsRequest withSteps(StepConfig... steps)
Returns a reference to this object so that method calls can be chained together.
steps - A list of Step instances containing information about the steps
to be added.
public AddJobFlowStepsRequest withSteps(Collection<StepConfig> steps)
Returns a reference to this object so that method calls can be chained together.
steps - A list of Step instances containing information about the steps
to be added.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||