Uses of Class
com.amazonaws.services.elasticmapreduce.model.JobFlowExecutionStatusDetail

Packages that use JobFlowExecutionStatusDetail
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of JobFlowExecutionStatusDetail in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowExecutionStatusDetail
 JobFlowExecutionStatusDetail JobFlowDetail.getExecutionStatusDetail()
          Describes the execution status of the job flow.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withCreationDateTime(Date creationDateTime)
          The creation date and time of the job flow.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withEndDateTime(Date endDateTime)
          The completion date and time of the job flow.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withLastStateChangeReason(String lastStateChangeReason)
          Description of the job flow last changed state.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withReadyDateTime(Date readyDateTime)
          The date and time when the job flow was ready to start running bootstrap actions.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withStartDateTime(Date startDateTime)
          The start date and time of the job flow.
 JobFlowExecutionStatusDetail JobFlowExecutionStatusDetail.withState(String state)
          The state of the job flow.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowExecutionStatusDetail
 void JobFlowDetail.setExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
          Describes the execution status of the job flow.
 JobFlowDetail JobFlowDetail.withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
          Describes the execution status of the job flow.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.