com.amazonaws.services.elasticmapreduce.model
Class JobFlowDetail

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.JobFlowDetail

public class JobFlowDetail
extends Object

Job Flow Detail


Constructor Summary
JobFlowDetail()
           
 
Method Summary
 JobFlowExecutionStatusDetail getExecutionStatusDetail()
          Returns the value of the ExecutionStatusDetail property for this object.
 JobFlowInstancesDetail getInstances()
          Returns the value of the Instances property for this object.
 String getJobFlowId()
          Returns the value of the JobFlowId 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<StepDetail> getSteps()
          Returns the value of the Steps property for this object.
 void setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
          Sets the value of the ExecutionStatusDetail property for this object.
 void setInstances(JobFlowInstancesDetail instances)
          Sets the value of the Instances property for this object.
 void setJobFlowId(String jobFlowId)
          Sets the value of the JobFlowId 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<StepDetail> steps)
          Sets the value of the Steps property for this object.
 JobFlowDetail withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
          Sets the value of the ExecutionStatusDetail property for this object.
 JobFlowDetail withInstances(JobFlowInstancesDetail instances)
          Sets the value of the Instances property for this object.
 JobFlowDetail withJobFlowId(String jobFlowId)
          Sets the value of the JobFlowId property for this object.
 JobFlowDetail withLogUri(String logUri)
          Sets the value of the LogUri property for this object.
 JobFlowDetail withName(String name)
          Sets the value of the Name property for this object.
 JobFlowDetail withSteps(Collection<StepDetail> steps)
          Sets the value of the Steps property for this object.
 JobFlowDetail withSteps(StepDetail... steps)
          Sets the value of the Steps property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobFlowDetail

public JobFlowDetail()
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 JobFlowDetail 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.

getName

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

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.

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

withName

public JobFlowDetail 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.

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 JobFlowDetail 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.

getExecutionStatusDetail

public JobFlowExecutionStatusDetail getExecutionStatusDetail()
Returns the value of the ExecutionStatusDetail property for this object.

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

setExecutionStatusDetail

public void setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
Sets the value of the ExecutionStatusDetail property for this object.

Parameters:
executionStatusDetail - The new value for the ExecutionStatusDetail property for this object.

withExecutionStatusDetail

public JobFlowDetail withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
Sets the value of the ExecutionStatusDetail property for this object.

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

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

getInstances

public JobFlowInstancesDetail 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(JobFlowInstancesDetail 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 JobFlowDetail withInstances(JobFlowInstancesDetail 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<StepDetail> 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<StepDetail> 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 JobFlowDetail withSteps(StepDetail... 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 JobFlowDetail withSteps(Collection<StepDetail> 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.