@Stability(value=Experimental)
public static interface EmrCreateCluster.InstanceTypeConfigProperty
extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
https://docs.aws.amazon.com/emr/latest/APIReference/API_InstanceTypeConfig.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.InstanceTypeConfigProperty.Builder
A builder for
EmrCreateCluster.InstanceTypeConfigProperty |
static class |
EmrCreateCluster.InstanceTypeConfigProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.InstanceTypeConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.InstanceTypeConfigProperty.Builder |
builder() |
default String |
getBidPrice()
The bid price for each EC2 Spot instance type as defined by InstanceType.
|
default Number |
getBidPriceAsPercentageOfOnDemandPrice()
The bid price, as a percentage of On-Demand price.
|
default List<EmrCreateCluster.ConfigurationProperty> |
getConfigurations()
A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster.
|
default EmrCreateCluster.EbsConfigurationProperty |
getEbsConfiguration()
The configuration of Amazon Elastic Block Storage (EBS) attached to each instance as defined by InstanceType.
|
String |
getInstanceType()
An EC2 instance type.
|
default Number |
getWeightedCapacity()
The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in the InstanceFleetConfig.
|
@Stability(value=Experimental) String getInstanceType()
EXPERIMENTAL
@Stability(value=Experimental) default String getBidPrice()
Expressed in USD.
Default: No bidPrice
EXPERIMENTAL
@Stability(value=Experimental) default Number getBidPriceAsPercentageOfOnDemandPrice()
Default: No bidPriceAsPercentageOfOnDemandPrice
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 Number getWeightedCapacity()
Default: No weightedCapacity
EXPERIMENTAL
@Stability(value=Experimental) static EmrCreateCluster.InstanceTypeConfigProperty.Builder builder()
Copyright © 2020. All rights reserved.