com.amazonaws.services.elasticmapreduce.model
Class RunJobFlowRequest

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

public class RunJobFlowRequest
extends AmazonWebServiceRequest

Run Job Flow Request


Constructor Summary
RunJobFlowRequest()
           
 
Method Summary
 JobFlowInstancesConfig getInstances()
          Returns the value of the Instances property for this object.
 String getLogUri()
          Returns the value of the LogUri property for this object.
 String getName()
          Returns the value of the Name property for this object.
 List<StepConfig> getSteps()
          Returns the value of the Steps property for this object.
 void setInstances(JobFlowInstancesConfig instances)
          Sets the value of the Instances property for this object.
 void setLogUri(String logUri)
          Sets the value of the LogUri property for this object.
 void setName(String name)
          Sets the value of the Name property for this object.
 void setSteps(Collection<StepConfig> steps)
          Sets the value of the Steps property for this object.
 RunJobFlowRequest withInstances(JobFlowInstancesConfig instances)
          Sets the value of the Instances property for this object.
 RunJobFlowRequest withLogUri(String logUri)
          Sets the value of the LogUri property for this object.
 RunJobFlowRequest withName(String name)
          Sets the value of the Name property for this object.
 RunJobFlowRequest withSteps(Collection<StepConfig> steps)
          Sets the value of the Steps property for this object.
 RunJobFlowRequest 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

RunJobFlowRequest

public RunJobFlowRequest()
Method Detail

getName

public String getName()
Returns the value of the Name property for this object.

Constraints:
Length: 1 - 256

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

setName

public void setName(String name)
Sets the value of the Name property for this object.

Constraints:
Length: 1 - 256

Parameters:
name - The new value for the Name property for this object.

withName

public RunJobFlowRequest withName(String name)
Sets the value of the Name property for this object.

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

Constraints:
Length: 1 - 256

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

getLogUri

public String getLogUri()
Returns the value of the LogUri property for this object.

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

setLogUri

public void setLogUri(String logUri)
Sets the value of the LogUri property for this object.

Parameters:
logUri - The new value for the LogUri property for this object.

withLogUri

public RunJobFlowRequest withLogUri(String logUri)
Sets the value of the LogUri property for this object.

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

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

getInstances

public JobFlowInstancesConfig getInstances()
Returns the value of the Instances property for this object.

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

setInstances

public void setInstances(JobFlowInstancesConfig instances)
Sets the value of the Instances property for this object.

Parameters:
instances - The new value for the Instances property for this object.

withInstances

public RunJobFlowRequest withInstances(JobFlowInstancesConfig instances)
Sets the value of the Instances property for this object.

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

Parameters:
instances - The new value for the Instances 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 RunJobFlowRequest 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 RunJobFlowRequest 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.