|
||||||||||
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()
Returns the value of the JobFlowId property for this object. |
List<StepConfig> |
getSteps()
Returns the value of the Steps property for this object. |
void |
setJobFlowId(String jobFlowId)
Sets the value of the JobFlowId property for this object. |
void |
setSteps(Collection<StepConfig> steps)
Sets the value of the Steps property for this object. |
AddJobFlowStepsRequest |
withJobFlowId(String jobFlowId)
Sets the value of the JobFlowId property for this object. |
AddJobFlowStepsRequest |
withSteps(Collection<StepConfig> steps)
Sets the value of the Steps property for this object. |
AddJobFlowStepsRequest |
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 AddJobFlowStepsRequest()
Method Detail |
---|
public String getJobFlowId()
public void setJobFlowId(String jobFlowId)
jobFlowId
- The new value for the JobFlowId property for this object.public AddJobFlowStepsRequest withJobFlowId(String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
jobFlowId
- The new value for the JobFlowId 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 AddJobFlowStepsRequest 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 AddJobFlowStepsRequest 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 |