Uses of Class
com.amazonaws.services.elasticmapreduce.model.JobFlowExecutionStatusDetail
-
Packages that use JobFlowExecutionStatusDetail Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of JobFlowExecutionStatusDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowExecutionStatusDetail Modifier and Type Method Description JobFlowExecutionStatusDetailJobFlowExecutionStatusDetail. clone()JobFlowExecutionStatusDetailJobFlowDetail. getExecutionStatusDetail()Describes the execution status of the job flow.JobFlowExecutionStatusDetailJobFlowExecutionStatusDetail. withCreationDateTime(Date creationDateTime)The creation date and time of the job flow.JobFlowExecutionStatusDetailJobFlowExecutionStatusDetail. withEndDateTime(Date endDateTime)The completion date and time of the job flow.JobFlowExecutionStatusDetailJobFlowExecutionStatusDetail. withLastStateChangeReason(String lastStateChangeReason)Description of the job flow last changed state.JobFlowExecutionStatusDetailJobFlowExecutionStatusDetail. withReadyDateTime(Date readyDateTime)The date and time when the job flow was ready to start running bootstrap actions.JobFlowExecutionStatusDetailJobFlowExecutionStatusDetail. withStartDateTime(Date startDateTime)The start date and time of the job flow.JobFlowExecutionStatusDetailJobFlowExecutionStatusDetail. withState(JobFlowExecutionState state)The state of the job flow.JobFlowExecutionStatusDetailJobFlowExecutionStatusDetail. withState(String state)The state of the job flow.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowExecutionStatusDetail Modifier and Type Method Description voidJobFlowDetail. setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)Describes the execution status of the job flow.JobFlowDetailJobFlowDetail. withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)Describes the execution status of the job flow.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowExecutionStatusDetail Constructor Description JobFlowDetail(String jobFlowId, String name, JobFlowExecutionStatusDetail executionStatusDetail, JobFlowInstancesDetail instances)Constructs a new JobFlowDetail object.
-