|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.JobFlowDetail
public class JobFlowDetail
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 |
|---|
public JobFlowDetail()
| Method Detail |
|---|
public String getJobFlowId()
public void setJobFlowId(String jobFlowId)
jobFlowId - The new value for the JobFlowId property for this object.public JobFlowDetail 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 String getName()
public void setName(String name)
name - The new value for the Name property for this object.public JobFlowDetail withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - The new value for the Name property for this object.
public String getLogUri()
public void setLogUri(String logUri)
logUri - The new value for the LogUri property for this object.public JobFlowDetail withLogUri(String logUri)
Returns a reference to this object so that method calls can be chained together.
logUri - The new value for the LogUri property for this object.
public JobFlowExecutionStatusDetail getExecutionStatusDetail()
public void setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
executionStatusDetail - The new value for the ExecutionStatusDetail property for this object.public JobFlowDetail withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
Returns a reference to this object so that method calls can be chained together.
executionStatusDetail - The new value for the ExecutionStatusDetail property for this object.
public JobFlowInstancesDetail getInstances()
public void setInstances(JobFlowInstancesDetail instances)
instances - The new value for the Instances property for this object.public JobFlowDetail withInstances(JobFlowInstancesDetail instances)
Returns a reference to this object so that method calls can be chained together.
instances - The new value for the Instances property for this object.
public List<StepDetail> getSteps()
public void setSteps(Collection<StepDetail> steps)
steps - The new value for the Steps property for this object.public JobFlowDetail withSteps(StepDetail... 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 JobFlowDetail withSteps(Collection<StepDetail> 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 | |||||||||