@Stability(value=Experimental)
public static interface EmrCreateCluster.InstanceTypeConfigProperty
extends software.amazon.jsii.JsiiSerializable
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()
(experimental) The bid price for each EC2 Spot instance type as defined by InstanceType.
|
default Number |
getBidPriceAsPercentageOfOnDemandPrice()
(experimental) The bid price, as a percentage of On-Demand price.
|
default List<EmrCreateCluster.ConfigurationProperty> |
getConfigurations()
(experimental) 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()
(experimental) The configuration of Amazon Elastic Block Storage (EBS) attached to each instance as defined by InstanceType.
|
String |
getInstanceType()
(experimental) An EC2 instance type.
|
default Number |
getWeightedCapacity()
(experimental) The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in the InstanceFleetConfig.
|
@Stability(value=Experimental) @NotNull String getInstanceType()
@Stability(value=Experimental) @Nullable default String getBidPrice()
Expressed in USD.
Default: - None
@Stability(value=Experimental) @Nullable default Number getBidPriceAsPercentageOfOnDemandPrice()
Default: - None
@Stability(value=Experimental) @Nullable default List<EmrCreateCluster.ConfigurationProperty> getConfigurations()
Default: - None
@Stability(value=Experimental) @Nullable default EmrCreateCluster.EbsConfigurationProperty getEbsConfiguration()
Default: - None
@Stability(value=Experimental) @Nullable default Number getWeightedCapacity()
Default: - None
@Stability(value=Experimental) static EmrCreateCluster.InstanceTypeConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.