com.amazonaws.services.elasticmapreduce.model
Class AddJobFlowStepsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticmapreduce.model.AddJobFlowStepsRequest

public class AddJobFlowStepsRequest
extends AmazonWebServiceRequest

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

AddJobFlowStepsRequest

public AddJobFlowStepsRequest()
Method Detail

getJobFlowId

public String getJobFlowId()
Returns the value of the JobFlowId property for this object.

Returns:
The value of the JobFlowId property for this object.

setJobFlowId

public void setJobFlowId(String jobFlowId)
Sets the value of the JobFlowId property for this object.

Parameters:
jobFlowId - The new value for the JobFlowId property for this object.

withJobFlowId

public AddJobFlowStepsRequest withJobFlowId(String jobFlowId)
Sets the value of the JobFlowId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobFlowId - The new value for the JobFlowId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getSteps

public List<StepConfig> getSteps()
Returns the value of the Steps property for this object.

Returns:
The value of the Steps property for this object.

setSteps

public void setSteps(Collection<StepConfig> steps)
Sets the value of the Steps property for this object.

Parameters:
steps - The new value for the Steps property for this object.

withSteps

public AddJobFlowStepsRequest withSteps(StepConfig... steps)
Sets the value of the Steps property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
steps - The new value for the Steps property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withSteps

public AddJobFlowStepsRequest withSteps(Collection<StepConfig> steps)
Sets the value of the Steps property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
steps - The new value for the Steps property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.