Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceGroupDetail> |
JobFlowInstancesDetail.instanceGroups
Details about the job flow's instance groups.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupDetail |
InstanceGroupDetail.clone() |
InstanceGroupDetail |
InstanceGroupDetail.withBidPrice(java.lang.String bidPrice)
Bid price for EC2 Instances when launching nodes as Spot Instances,
expressed in USD.
|
InstanceGroupDetail |
InstanceGroupDetail.withCreationDateTime(java.util.Date creationDateTime)
The date/time the instance group was created.
|
InstanceGroupDetail |
InstanceGroupDetail.withEndDateTime(java.util.Date endDateTime)
The date/time the instance group was terminated.
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceGroupId(java.lang.String instanceGroupId)
Unique identifier for the instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceRequestCount(java.lang.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(java.lang.String instanceRole)
Instance group role in the cluster
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceRunningCount(java.lang.Integer instanceRunningCount)
Actual count of running instances.
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceType(java.lang.String instanceType)
Amazon EC2 Instance type.
|
InstanceGroupDetail |
InstanceGroupDetail.withLastStateChangeReason(java.lang.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(java.lang.String market)
Market type of the Amazon EC2 instances used to create a cluster node.
|
InstanceGroupDetail |
InstanceGroupDetail.withName(java.lang.String name)
Friendly name for the instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withReadyDateTime(java.util.Date readyDateTime)
The date/time the instance group was available to the cluster.
|
InstanceGroupDetail |
InstanceGroupDetail.withStartDateTime(java.util.Date startDateTime)
The date/time the instance group was started.
|
InstanceGroupDetail |
InstanceGroupDetail.withState(InstanceGroupState state)
State of instance group.
|
InstanceGroupDetail |
InstanceGroupDetail.withState(java.lang.String state)
State of instance group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<InstanceGroupDetail> |
JobFlowInstancesDetail.getInstanceGroups()
Details about the job flow's instance groups.
|
Modifier and Type | Method and Description |
---|---|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(InstanceGroupDetail... instanceGroups)
Details about the job flow's instance groups.
|
Modifier and Type | Method and Description |
---|---|
void |
JobFlowInstancesDetail.setInstanceGroups(java.util.Collection<InstanceGroupDetail> instanceGroups)
Details about the job flow's instance groups.
|
JobFlowInstancesDetail |
JobFlowInstancesDetail.withInstanceGroups(java.util.Collection<InstanceGroupDetail> instanceGroups)
Details about the job flow's instance groups.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroupDetail |
InstanceGroupDetailJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceGroupDetailJsonMarshaller.marshall(InstanceGroupDetail instanceGroupDetail,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|