@Stability(value=Experimental)
public static interface EmrCreateCluster.InstanceGroupConfigProperty
extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_InstanceGroupConfig.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.InstanceGroupConfigProperty.Builder
A builder for
EmrCreateCluster.InstanceGroupConfigProperty |
static class |
EmrCreateCluster.InstanceGroupConfigProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.InstanceGroupConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.InstanceGroupConfigProperty.Builder |
builder() |
default EmrCreateCluster.AutoScalingPolicyProperty |
getAutoScalingPolicy()
An automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster.
|
default String |
getBidPrice()
The bid price for each EC2 Spot instance type as defined by InstanceType.
|
default List<EmrCreateCluster.ConfigurationProperty> |
getConfigurations()
The list of configurations supplied for an EMR cluster instance group.
|
default EmrCreateCluster.EbsConfigurationProperty |
getEbsConfiguration()
EBS configurations that will be attached to each EC2 instance in the instance group.
|
Number |
getInstanceCount()
Target number of instances for the instance group.
|
EmrCreateCluster.InstanceRoleType |
getInstanceRole()
The role of the instance group in the cluster.
|
String |
getInstanceType()
The EC2 instance type for all instances in the instance group.
|
default EmrCreateCluster.InstanceMarket |
getMarket()
Market type of the EC2 instances used to create a cluster node.
|
default String |
getName()
Friendly name given to the instance group.
|
@Stability(value=Experimental) Number getInstanceCount()
EXPERIMENTAL
@Stability(value=Experimental) EmrCreateCluster.InstanceRoleType getInstanceRole()
EXPERIMENTAL
@Stability(value=Experimental) String getInstanceType()
EXPERIMENTAL
@Stability(value=Experimental) default EmrCreateCluster.AutoScalingPolicyProperty getAutoScalingPolicy()
Default: No autoScalingPolicy
EXPERIMENTAL
@Stability(value=Experimental) default String getBidPrice()
Expressed in USD.
Default: No bidPrice
EXPERIMENTAL
@Stability(value=Experimental) default List<EmrCreateCluster.ConfigurationProperty> getConfigurations()
Default: No configurations
EXPERIMENTAL
@Stability(value=Experimental) default EmrCreateCluster.EbsConfigurationProperty getEbsConfiguration()
Default: No ebsConfiguration
EXPERIMENTAL
@Stability(value=Experimental) default EmrCreateCluster.InstanceMarket getMarket()
Default: EMR selected default
EXPERIMENTAL
@Stability(value=Experimental) default String getName()
Default: No name
EXPERIMENTAL
@Stability(value=Experimental) static EmrCreateCluster.InstanceGroupConfigProperty.Builder builder()
Copyright © 2020. All rights reserved.