Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
JobFlowInstancesDetail |
JobFlowDetail.getInstances()
Describes the Amazon EC2 instances of the job flow.
|
JobFlowInstancesDetail |
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 |
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 |
JobFlowInstancesDetail.withHadoopVersion(String hadoopVersion)
The Hadoop version for the job flow.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceCount(Integer instanceCount)
The number of Amazon EC2 instances in the cluster.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(Collection<InstanceGroupDetail> instanceGroups)
Details about the job flow's instance groups.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(InstanceGroupDetail... instanceGroups)
Details about the job flow's instance groups.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
Specifies whether the job flow should terminate after completing all
steps.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withMasterInstanceId(String masterInstanceId)
The Amazon EC2 instance identifier of the master node.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withMasterInstanceType(String masterInstanceType)
The Amazon EC2 master node instance type.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withMasterPublicDnsName(String masterPublicDnsName)
The DNS name of the master node.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withNormalizedInstanceHours(Integer normalizedInstanceHours)
An approximation of the cost of the job flow, represented in
m1.small/hours.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withPlacement(PlacementType placement)
The Amazon EC2 Availability Zone for the job flow.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withSlaveInstanceType(String slaveInstanceType)
The Amazon EC2 slave node instance type.
|
JobFlowInstancesDetail |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFlowDetail.setInstances(JobFlowInstancesDetail instances)
Describes the Amazon EC2 instances of the job flow.
|
JobFlowDetail |
JobFlowDetail.withInstances(JobFlowInstancesDetail instances)
Describes the Amazon EC2 instances of the job flow.
|
Constructor and Description |
---|
JobFlowDetail(String jobFlowId,
String name,
JobFlowExecutionStatusDetail executionStatusDetail,
JobFlowInstancesDetail instances)
Constructs a new JobFlowDetail object.
|
Copyright © 2014. All rights reserved.