Uses of Class
com.amazonaws.services.elasticmapreduce.model.JobFlowInstancesDetail
Packages that use JobFlowInstancesDetail
-
Uses of JobFlowInstancesDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowInstancesDetailModifier and TypeMethodDescriptionJobFlowInstancesDetail.clone()
JobFlowDetail.getInstances()
Describes the Amazon EC2 instances of the job flow.JobFlowInstancesDetail.withEc2KeyName
(String ec2KeyName) The name of an Amazon EC2 key pair that can be used to ssh to the master node of job flow.JobFlowInstancesDetail.withEc2SubnetId
(String ec2SubnetId) For job flows launched within Amazon Virtual Private Cloud, this value specifies the identifier of the subnet where the job flow was launched.JobFlowInstancesDetail.withHadoopVersion
(String hadoopVersion) The Hadoop version for the job flow.JobFlowInstancesDetail.withInstanceCount
(Integer instanceCount) The number of Amazon EC2 instances in the cluster.JobFlowInstancesDetail.withInstanceGroups
(InstanceGroupDetail... instanceGroups) Details about the job flow's instance groups.JobFlowInstancesDetail.withInstanceGroups
(Collection<InstanceGroupDetail> instanceGroups) Details about the job flow's instance groups.JobFlowInstancesDetail.withKeepJobFlowAliveWhenNoSteps
(Boolean keepJobFlowAliveWhenNoSteps) Specifies whether the job flow should terminate after completing all steps.JobFlowInstancesDetail.withMasterInstanceId
(String masterInstanceId) The Amazon EC2 instance identifier of the master node.JobFlowInstancesDetail.withMasterInstanceType
(String masterInstanceType) The Amazon EC2 master node instance type.JobFlowInstancesDetail.withMasterPublicDnsName
(String masterPublicDnsName) The DNS name of the master node.JobFlowInstancesDetail.withNormalizedInstanceHours
(Integer normalizedInstanceHours) An approximation of the cost of the job flow, represented in m1.small/hours.JobFlowInstancesDetail.withPlacement
(PlacementType placement) The Amazon EC2 Availability Zone for the job flow.JobFlowInstancesDetail.withSlaveInstanceType
(String slaveInstanceType) The Amazon EC2 slave node instance type.JobFlowInstancesDetail.withTerminationProtected
(Boolean terminationProtected) Specifies whether the Amazon EC2 instances in the cluster are protected from termination by API calls, user intervention, or in the event of a job flow error.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowInstancesDetailModifier and TypeMethodDescriptionvoid
JobFlowDetail.setInstances
(JobFlowInstancesDetail instances) Describes the Amazon EC2 instances of the job flow.JobFlowDetail.withInstances
(JobFlowInstancesDetail instances) Describes the Amazon EC2 instances of the job flow.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowInstancesDetailModifierConstructorDescriptionJobFlowDetail
(String jobFlowId, String name, JobFlowExecutionStatusDetail executionStatusDetail, JobFlowInstancesDetail instances) Constructs a new JobFlowDetail object.