|
|||||||
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()
Default constructor for a new JobFlowDetail object. |
|
JobFlowDetail(String jobFlowId,
String name,
JobFlowExecutionStatusDetail executionStatusDetail,
JobFlowInstancesDetail instances)
Constructs a new JobFlowDetail object. |
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()
Returns a string representation of this object; useful for testing and debugging. |
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()
public JobFlowDetail(String jobFlowId, String name, JobFlowExecutionStatusDetail executionStatusDetail, JobFlowInstancesDetail instances)
jobFlowId
- The job flow identifier.name
- The name of the job flow.executionStatusDetail
- Describes the execution status of the job
flow.instances
- Describes the Amazon EC2 instances of the job flow.Method Detail |
---|
public String getJobFlowId()
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
public void setJobFlowId(String jobFlowId)
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
jobFlowId
- The job flow identifier.public JobFlowDetail withJobFlowId(String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
jobFlowId
- The job flow identifier.
public String getName()
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
public void setName(String name)
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
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.
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
name
- The name of the job flow.
public String getLogUri()
Constraints:
Length: 0 - 10280
Pattern: [ -??-??-?\r\n\t]*
public void setLogUri(String logUri)
Constraints:
Length: 0 - 10280
Pattern: [ -??-??-?\r\n\t]*
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.
Constraints:
Length: 0 - 10280
Pattern: [ -??-??-?\r\n\t]*
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
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |