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()
          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

AddJobFlowStepsRequest

public AddJobFlowStepsRequest()
Method Detail

getJobFlowId

public String getJobFlowId()
A string that uniquely identifies a job flow. This value is returned as part of the RunJobFlow response.

Returns:
A string that uniquely identifies a job flow. This value is returned as part of the RunJobFlow response.

setJobFlowId

public void setJobFlowId(String jobFlowId)
A string that uniquely identifies a job flow. This value is returned as part of the RunJobFlow response.

Parameters:
jobFlowId - A string that uniquely identifies a job flow. This value is returned as part of the RunJobFlow response.

withJobFlowId

public AddJobFlowStepsRequest withJobFlowId(String jobFlowId)
A string that uniquely identifies a job flow. This value is returned as part of the RunJobFlow response.

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

Parameters:
jobFlowId - A string that uniquely identifies a job flow. This value is returned as part of the RunJobFlow response.
Returns:
A reference to this updated object so that method calls can be chained together.

getSteps

public List<StepConfig> getSteps()
A list of Step instances containing information about the steps to be added.

Returns:
A list of Step instances containing information about the steps to be added.

setSteps

public void setSteps(Collection<StepConfig> steps)
A list of Step instances containing information about the steps to be added.

Parameters:
steps - A list of Step instances containing information about the steps to be added.

withSteps

public AddJobFlowStepsRequest withSteps(StepConfig... steps)
A list of Step instances containing information about the steps to be added.

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

Parameters:
steps - A list of Step instances containing information about the steps to be added.
Returns:
A reference to this updated object so that method calls can be chained together.

withSteps

public AddJobFlowStepsRequest withSteps(Collection<StepConfig> steps)
A list of Step instances containing information about the steps to be added.

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

Parameters:
steps - A list of Step instances containing information about the steps to be added.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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