Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
InstanceGroup |
InstanceGroup.clone() |
InstanceGroup |
InstanceGroup.withAutoScalingPolicy(AutoScalingPolicyDescription autoScalingPolicy)
An automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster.
|
InstanceGroup |
InstanceGroup.withBidPrice(String bidPrice)
If specified, indicates that the instance group uses Spot Instances.
|
InstanceGroup |
InstanceGroup.withConfigurations(Collection<Configuration> configurations)
|
InstanceGroup |
InstanceGroup.withConfigurations(Configuration... configurations)
|
InstanceGroup |
InstanceGroup.withConfigurationsVersion(Long configurationsVersion)
The version number of the requested configuration specification for this instance group.
|
InstanceGroup |
InstanceGroup.withCustomAmiId(String customAmiId)
The custom AMI ID to use for the provisioned instance group.
|
InstanceGroup |
InstanceGroup.withEbsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
InstanceGroup |
InstanceGroup.withEbsBlockDevices(EbsBlockDevice... ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
InstanceGroup |
InstanceGroup.withEbsOptimized(Boolean ebsOptimized)
If the instance group is EBS-optimized.
|
InstanceGroup |
InstanceGroup.withId(String id)
The identifier of the instance group.
|
InstanceGroup |
InstanceGroup.withInstanceGroupType(InstanceGroupType instanceGroupType)
The type of the instance group.
|
InstanceGroup |
InstanceGroup.withInstanceGroupType(String instanceGroupType)
The type of the instance group.
|
InstanceGroup |
InstanceGroup.withInstanceType(String instanceType)
The EC2 instance type for all instances in the instance group.
|
InstanceGroup |
InstanceGroup.withLastSuccessfullyAppliedConfigurations(Collection<Configuration> lastSuccessfullyAppliedConfigurations)
A list of configurations that were successfully applied for an instance group last time.
|
InstanceGroup |
InstanceGroup.withLastSuccessfullyAppliedConfigurations(Configuration... lastSuccessfullyAppliedConfigurations)
A list of configurations that were successfully applied for an instance group last time.
|
InstanceGroup |
InstanceGroup.withLastSuccessfullyAppliedConfigurationsVersion(Long lastSuccessfullyAppliedConfigurationsVersion)
The version number of a configuration specification that was successfully applied for an instance group last
time.
|
InstanceGroup |
InstanceGroup.withMarket(MarketType market)
The marketplace to provision instances for this group.
|
InstanceGroup |
InstanceGroup.withMarket(String market)
The marketplace to provision instances for this group.
|
InstanceGroup |
InstanceGroup.withName(String name)
The name of the instance group.
|
InstanceGroup |
InstanceGroup.withRequestedInstanceCount(Integer requestedInstanceCount)
The target number of instances for the instance group.
|
InstanceGroup |
InstanceGroup.withRunningInstanceCount(Integer runningInstanceCount)
The number of instances currently running in this instance group.
|
InstanceGroup |
InstanceGroup.withShrinkPolicy(ShrinkPolicy shrinkPolicy)
Policy for customizing shrink operations.
|
InstanceGroup |
InstanceGroup.withStatus(InstanceGroupStatus status)
The current status of the instance group.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceGroup> |
ListInstanceGroupsResult.getInstanceGroups()
The list of instance groups for the cluster and given filters.
|
Modifier and Type | Method and Description |
---|---|
ListInstanceGroupsResult |
ListInstanceGroupsResult.withInstanceGroups(InstanceGroup... instanceGroups)
The list of instance groups for the cluster and given filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ListInstanceGroupsResult.setInstanceGroups(Collection<InstanceGroup> instanceGroups)
The list of instance groups for the cluster and given filters.
|
ListInstanceGroupsResult |
ListInstanceGroupsResult.withInstanceGroups(Collection<InstanceGroup> instanceGroups)
The list of instance groups for the cluster and given filters.
|
Copyright © 2023. All rights reserved.