|
||||||||||
| 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
| Constructor Summary | |
|---|---|
JobFlowDetail()
|
|
| Method Summary | |
|---|---|
List<BootstrapActionDetail> |
getBootstrapActions()
Returns the value of the BootstrapActions property for this object. |
JobFlowExecutionStatusDetail |
getExecutionStatusDetail()
A container for the execution status description of the job flow. |
JobFlowInstancesDetail |
getInstances()
A container for the instances detail of the job flow. |
String |
getJobFlowId()
An ID that uniquely identifies the job flow. |
String |
getLogUri()
The URI for the location of the log files on Amazon S3. |
String |
getName()
The name of the job flow. |
List<StepDetail> |
getSteps()
A list of Step instances applied to data in the job flow. |
void |
setBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
Sets the value of the BootstrapActions property for this object. |
void |
setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
A container for the execution status description of the job flow. |
void |
setInstances(JobFlowInstancesDetail instances)
A container for the instances detail of the job flow. |
void |
setJobFlowId(String jobFlowId)
An ID that uniquely identifies the job flow. |
void |
setLogUri(String logUri)
The URI for the location of the log files on Amazon S3. |
void |
setName(String name)
The name of the job flow. |
void |
setSteps(Collection<StepDetail> steps)
A list of Step instances applied to data in the job flow. |
String |
toString()
|
JobFlowDetail |
withBootstrapActions(BootstrapActionDetail... bootstrapActions)
Sets the value of the BootstrapActions property for this object. |
JobFlowDetail |
withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
Sets the value of the BootstrapActions property for this object. |
JobFlowDetail |
withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
A container for the execution status description of the job flow. |
JobFlowDetail |
withInstances(JobFlowInstancesDetail instances)
A container for the instances detail of the job flow. |
JobFlowDetail |
withJobFlowId(String jobFlowId)
An ID that uniquely identifies the job flow. |
JobFlowDetail |
withLogUri(String logUri)
The URI for the location of the log files on Amazon S3. |
JobFlowDetail |
withName(String name)
The name of the job flow. |
JobFlowDetail |
withSteps(Collection<StepDetail> steps)
A list of Step instances applied to data in the job flow. |
JobFlowDetail |
withSteps(StepDetail... steps)
A list of Step instances applied to data in the job flow. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JobFlowDetail()
| Method Detail |
|---|
public String getJobFlowId()
public void setJobFlowId(String jobFlowId)
jobFlowId - An ID that uniquely identifies the job flow.public JobFlowDetail withJobFlowId(String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
jobFlowId - An ID that uniquely identifies the job flow.
public String getName()
public void setName(String name)
name - The name of the job flow.public JobFlowDetail withName(String name)
Returns a reference to this object so that method calls can be chained together.
name - The name of the job flow.
public String getLogUri()
public void setLogUri(String logUri)
logUri - The URI for the location of the log files on Amazon S3.public JobFlowDetail withLogUri(String logUri)
Returns a reference to this object so that method calls can be chained together.
logUri - The URI for the location of the log files on Amazon S3.
public JobFlowExecutionStatusDetail getExecutionStatusDetail()
public void setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
executionStatusDetail - A container for the execution status description of the job flow.public JobFlowDetail withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
Returns a reference to this object so that method calls can be chained together.
executionStatusDetail - A container for the execution status description of the job flow.
public JobFlowInstancesDetail getInstances()
public void setInstances(JobFlowInstancesDetail instances)
instances - A container for the instances detail of the job flow.public JobFlowDetail withInstances(JobFlowInstancesDetail instances)
Returns a reference to this object so that method calls can be chained together.
instances - A container for the instances detail of the job flow.
public List<StepDetail> getSteps()
public void setSteps(Collection<StepDetail> steps)
steps - A list of Step instances applied to data in the job flow.public JobFlowDetail withSteps(StepDetail... steps)
Returns a reference to this object so that method calls can be chained together.
steps - A list of Step instances applied to data in the job flow.
public JobFlowDetail withSteps(Collection<StepDetail> steps)
Returns a reference to this object so that method calls can be chained together.
steps - A list of Step instances applied to data in the job flow.
public List<BootstrapActionDetail> getBootstrapActions()
public void setBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
bootstrapActions - The new value for the BootstrapActions property for this object.public JobFlowDetail withBootstrapActions(BootstrapActionDetail... bootstrapActions)
Returns a reference to this object so that method calls can be chained together.
bootstrapActions - The new value for the BootstrapActions property for this object.
public JobFlowDetail withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
Returns a reference to this object so that method calls can be chained together.
bootstrapActions - The new value for the BootstrapActions property for this object.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||