| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| JobFlowDetail | JobFlowDetail. clone() | 
| JobFlowDetail | JobFlowDetail. withAmiVersion(String amiVersion)
 Applies only to Amazon EMR AMI versions 3.x and 2.x. | 
| JobFlowDetail | JobFlowDetail. withAutoScalingRole(String autoScalingRole)
 An IAM role for automatic scaling policies. | 
| JobFlowDetail | JobFlowDetail. withBootstrapActions(BootstrapActionDetail... bootstrapActions)
 A list of the bootstrap actions run by the job flow. | 
| JobFlowDetail | JobFlowDetail. withBootstrapActions(Collection<BootstrapActionDetail> bootstrapActions)
 A list of the bootstrap actions run by the job flow. | 
| JobFlowDetail | JobFlowDetail. withExecutionStatusDetail(JobFlowExecutionStatusDetail executionStatusDetail)
 Describes the execution status of the job flow. | 
| JobFlowDetail | JobFlowDetail. withInstances(JobFlowInstancesDetail instances)
 Describes the Amazon EC2 instances of the job flow. | 
| JobFlowDetail | JobFlowDetail. withJobFlowId(String jobFlowId)
 The job flow identifier. | 
| JobFlowDetail | JobFlowDetail. withJobFlowRole(String jobFlowRole)
 The IAM role that was specified when the job flow was launched. | 
| JobFlowDetail | JobFlowDetail. withLogEncryptionKmsKeyId(String logEncryptionKmsKeyId)
 The KMS key used for encrypting log files. | 
| JobFlowDetail | JobFlowDetail. withLogUri(String logUri)
 The location in Amazon S3 where log files for the job are stored. | 
| JobFlowDetail | JobFlowDetail. withName(String name)
 The name of the job flow. | 
| JobFlowDetail | JobFlowDetail. withScaleDownBehavior(ScaleDownBehavior scaleDownBehavior)
 The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance
 group is resized. | 
| JobFlowDetail | JobFlowDetail. withScaleDownBehavior(String scaleDownBehavior)
 The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance
 group is resized. | 
| JobFlowDetail | JobFlowDetail. withServiceRole(String serviceRole)
 The IAM role that is assumed by the Amazon EMR service to access Amazon Web Services resources on your behalf. | 
| JobFlowDetail | JobFlowDetail. withSteps(Collection<StepDetail> steps)
 A list of steps run by the job flow. | 
| JobFlowDetail | JobFlowDetail. withSteps(StepDetail... steps)
 A list of steps run by the job flow. | 
| JobFlowDetail | JobFlowDetail. withSupportedProducts(Collection<String> supportedProducts)
 A list of strings set by third-party software when the job flow is launched. | 
| JobFlowDetail | JobFlowDetail. withSupportedProducts(String... supportedProducts)
 A list of strings set by third-party software when the job flow is launched. | 
| JobFlowDetail | JobFlowDetail. withVisibleToAllUsers(Boolean visibleToAllUsers)
 Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the
 cluster. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<JobFlowDetail> | DescribeJobFlowsResult. getJobFlows()
 A list of job flows matching the parameters supplied. | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeJobFlowsResult | DescribeJobFlowsResult. withJobFlows(JobFlowDetail... jobFlows)
 A list of job flows matching the parameters supplied. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DescribeJobFlowsResult. setJobFlows(Collection<JobFlowDetail> jobFlows)
 A list of job flows matching the parameters supplied. | 
| DescribeJobFlowsResult | DescribeJobFlowsResult. withJobFlows(Collection<JobFlowDetail> jobFlows)
 A list of job flows matching the parameters supplied. | 
Copyright © 2022. All rights reserved.