Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
JobFlowInstancesDetail |
JobFlowInstancesDetail.clone() |
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.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withEc2SubnetId(String ec2SubnetId)
For clusters launched within Amazon Virtual Private Cloud, this is the identifier of the subnet where the cluster
was launched.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withHadoopVersion(String hadoopVersion)
The Hadoop version for the cluster.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceCount(Integer instanceCount)
The number of Amazon EC2 instances in the cluster.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(Collection<InstanceGroupDetail> instanceGroups)
Details about the instance groups in a cluster.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(InstanceGroupDetail... instanceGroups)
Details about the instance groups in a cluster.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
Specifies whether the cluster should remain available 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 cluster, represented in m1.small/hours.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withPlacement(PlacementType placement)
The Amazon EC2 Availability Zone for the cluster.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withSlaveInstanceType(String slaveInstanceType)
The Amazon EC2 core and task 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 © 2019. All rights reserved.