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