@Stability(value=Stable)
public static interface CfnCluster.InstanceTypeConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.InstanceTypeConfigProperty.Builder
A builder for
CfnCluster.InstanceTypeConfigProperty |
static class |
CfnCluster.InstanceTypeConfigProperty.Jsii$Proxy
An implementation for
CfnCluster.InstanceTypeConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.InstanceTypeConfigProperty.Builder |
builder() |
default String |
getBidPrice()
`CfnCluster.InstanceTypeConfigProperty.BidPrice`.
|
default Number |
getBidPriceAsPercentageOfOnDemandPrice()
`CfnCluster.InstanceTypeConfigProperty.BidPriceAsPercentageOfOnDemandPrice`.
|
default Object |
getConfigurations()
`CfnCluster.InstanceTypeConfigProperty.Configurations`.
|
default Object |
getEbsConfiguration()
`CfnCluster.InstanceTypeConfigProperty.EbsConfiguration`.
|
String |
getInstanceType()
`CfnCluster.InstanceTypeConfigProperty.InstanceType`.
|
default Number |
getWeightedCapacity()
`CfnCluster.InstanceTypeConfigProperty.WeightedCapacity`.
|
@Stability(value=Stable) @NotNull String getInstanceType()
@Stability(value=Stable) @Nullable default String getBidPrice()
@Stability(value=Stable) @Nullable default Number getBidPriceAsPercentageOfOnDemandPrice()
@Stability(value=Stable) @Nullable default Object getConfigurations()
@Stability(value=Stable) @Nullable default Object getEbsConfiguration()
@Stability(value=Stable) @Nullable default Number getWeightedCapacity()
@Stability(value=Stable) static CfnCluster.InstanceTypeConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.