Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
InstanceGroupDetail |
InstanceGroupDetail.clone() |
InstanceGroupDetail |
InstanceGroupDetail.withBidPrice(String bidPrice)
If specified, indicates that the instance group uses Spot Instances.
|
InstanceGroupDetail |
InstanceGroupDetail.withCreationDateTime(Date creationDateTime)
The date/time the instance group was created.
|
InstanceGroupDetail |
InstanceGroupDetail.withCustomAmiId(String customAmiId)
The custom AMI ID to use for the provisioned instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withEndDateTime(Date endDateTime)
The date/time the instance group was terminated.
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceGroupId(String instanceGroupId)
Unique identifier for the instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceRequestCount(Integer instanceRequestCount)
Target number of instances to run in the instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceRole(InstanceRoleType instanceRole)
Instance group role in the cluster
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceRole(String instanceRole)
Instance group role in the cluster
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceRunningCount(Integer instanceRunningCount)
Actual count of running instances.
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceType(String instanceType)
Amazon EC2 instance type.
|
InstanceGroupDetail |
InstanceGroupDetail.withLastStateChangeReason(String lastStateChangeReason)
Details regarding the state of the instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withMarket(MarketType market)
Market type of the Amazon EC2 instances used to create a cluster node.
|
InstanceGroupDetail |
InstanceGroupDetail.withMarket(String market)
Market type of the Amazon EC2 instances used to create a cluster node.
|
InstanceGroupDetail |
InstanceGroupDetail.withName(String name)
Friendly name for the instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withReadyDateTime(Date readyDateTime)
The date/time the instance group was available to the cluster.
|
InstanceGroupDetail |
InstanceGroupDetail.withStartDateTime(Date startDateTime)
The date/time the instance group was started.
|
InstanceGroupDetail |
InstanceGroupDetail.withState(InstanceGroupState state)
State of instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withState(String state)
State of instance group.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceGroupDetail> |
JobFlowInstancesDetail.getInstanceGroups()
Details about the instance groups in a cluster.
|
Modifier and Type | Method and Description |
---|---|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(InstanceGroupDetail... instanceGroups)
Details about the instance groups in a cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFlowInstancesDetail.setInstanceGroups(Collection<InstanceGroupDetail> instanceGroups)
Details about the instance groups in a cluster.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(Collection<InstanceGroupDetail> instanceGroups)
Details about the instance groups in a cluster.
|
Copyright © 2024. All rights reserved.