Uses of Class
com.amazonaws.services.elasticmapreduce.model.JobFlowDetail
Packages that use JobFlowDetail
-
Uses of JobFlowDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowDetailModifier and TypeMethodDescriptionJobFlowDetail.clone()
JobFlowDetail.withAmiVersion
(String amiVersion) The version of the AMI used to initialize Amazon EC2 instances in the job flow.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.withJobFlowRole
(String jobFlowRole) The IAM role that was specified when the job flow was launched.JobFlowDetail.withLogUri
(String logUri) The location in Amazon S3 where log files for the job are stored.The name of the job flow.JobFlowDetail.withServiceRole
(String serviceRole) The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.JobFlowDetail.withSteps
(StepDetail... steps) A list of steps run by the job flow.JobFlowDetail.withSteps
(Collection<StepDetail> steps) A list of steps run by the job flow.JobFlowDetail.withSupportedProducts
(String... supportedProducts) A list of strings set by third party software when the job flow is launched.JobFlowDetail.withSupportedProducts
(Collection<String> supportedProducts) A list of strings set by third party software when the job flow is launched.JobFlowDetail.withVisibleToAllUsers
(Boolean visibleToAllUsers) Specifies whether the job flow is visible to all IAM users of the AWS account associated with the job flow.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type JobFlowDetailModifier and TypeMethodDescriptionDescribeJobFlowsResult.getJobFlows()
A list of job flows matching the parameters supplied.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowDetailModifier and TypeMethodDescriptionDescribeJobFlowsResult.withJobFlows
(JobFlowDetail... jobFlows) A list of job flows matching the parameters supplied.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type JobFlowDetailModifier and TypeMethodDescriptionvoid
DescribeJobFlowsResult.setJobFlows
(Collection<JobFlowDetail> jobFlows) A list of job flows matching the parameters supplied.DescribeJobFlowsResult.withJobFlows
(Collection<JobFlowDetail> jobFlows) A list of job flows matching the parameters supplied.