|
||||||||||
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
A description of a job flow.
Constructor Summary | |
---|---|
JobFlowDetail()
|
Method Summary | |
---|---|
List<BootstrapActionDetail> |
getBootstrapActions()
A list of the bootstrap actions run by the job flow. |
JobFlowExecutionStatusDetail |
getExecutionStatusDetail()
Describes the execution status of the job flow. |
JobFlowInstancesDetail |
getInstances()
Describes the Amazon EC2 instances of the job flow. |
String |
getJobFlowId()
The job flow identifier. |
String |
getLogUri()
The location in Amazon S3 where log files for the job are stored. |
String |
getName()
The name of the job flow. |
List<StepDetail> |
getSteps()
A list of steps run by the job flow. |
void |
setBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow. |
void |
setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
Describes the execution status of the job flow. |
void |
setInstances(JobFlowInstancesDetail instances)
Describes the Amazon EC2 instances of the job flow. |
void |
setJobFlowId(String jobFlowId)
The job flow identifier. |
void |
setLogUri(String logUri)
The location in Amazon S3 where log files for the job are stored. |
void |
setName(String name)
The name of the job flow. |
void |
setSteps(Collection<StepDetail> steps)
A list of steps run by the job flow. |
String |
toString()
|
JobFlowDetail |
withBootstrapActions(BootstrapActionDetail... bootstrapActions)
A list of the bootstrap actions run by the job flow. |
JobFlowDetail |
withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
A list of the bootstrap actions run by the job flow. |
JobFlowDetail |
withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
Describes the execution status of the job flow. |
JobFlowDetail |
withInstances(JobFlowInstancesDetail instances)
Describes the Amazon EC2 instances of the job flow. |
JobFlowDetail |
withJobFlowId(String jobFlowId)
The job flow identifier. |
JobFlowDetail |
withLogUri(String logUri)
The location in Amazon S3 where log files for the job are stored. |
JobFlowDetail |
withName(String name)
The name of the job flow. |
JobFlowDetail |
withSteps(Collection<StepDetail> steps)
A list of steps run by the job flow. |
JobFlowDetail |
withSteps(StepDetail... steps)
A list of steps run by 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
- The job flow identifier.public JobFlowDetail withJobFlowId(String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
jobFlowId
- The job flow identifier.
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 location in Amazon S3 where log files for the job are stored.public JobFlowDetail withLogUri(String logUri)
Returns a reference to this object so that method calls can be chained together.
logUri
- The location in Amazon S3 where log files for the job are stored.
public JobFlowExecutionStatusDetail getExecutionStatusDetail()
public void setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
executionStatusDetail
- Describes the execution status of the job flow.public JobFlowDetail withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
Returns a reference to this object so that method calls can be chained together.
executionStatusDetail
- Describes the execution status of the job flow.
public JobFlowInstancesDetail getInstances()
public void setInstances(JobFlowInstancesDetail instances)
instances
- Describes the Amazon EC2 instances of the job flow.public JobFlowDetail withInstances(JobFlowInstancesDetail instances)
Returns a reference to this object so that method calls can be chained together.
instances
- Describes the Amazon EC2 instances of the job flow.
public List<StepDetail> getSteps()
public void setSteps(Collection<StepDetail> steps)
steps
- A list of steps run by 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 steps run by 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 steps run by the job flow.
public List<BootstrapActionDetail> getBootstrapActions()
public void setBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
bootstrapActions
- A list of the bootstrap actions run by the job flow.public JobFlowDetail withBootstrapActions(BootstrapActionDetail... bootstrapActions)
Returns a reference to this object so that method calls can be chained together.
bootstrapActions
- A list of the bootstrap actions run by the job flow.
public JobFlowDetail withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
Returns a reference to this object so that method calls can be chained together.
bootstrapActions
- A list of the bootstrap actions run by the job flow.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |