InstanceGroupDetail |
InstanceGroupDetail.clone() |
|
InstanceGroupDetail |
InstanceGroupDetail.withBidPrice(String bidPrice) |
Bid price for EC2 Instances when launching nodes as Spot Instances,
expressed in USD.
|
InstanceGroupDetail |
InstanceGroupDetail.withCreationDateTime(Date creationDateTime) |
The date/time the instance group was created.
|
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.
|