@Stability(value=Stable)
public static interface CfnEC2Fleet.TargetCapacitySpecificationRequestProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Builder
A builder for
CfnEC2Fleet.TargetCapacitySpecificationRequestProperty |
static class |
CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Jsii$Proxy
An implementation for
CfnEC2Fleet.TargetCapacitySpecificationRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Builder |
builder() |
default String |
getDefaultTargetCapacityType()
`CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.DefaultTargetCapacityType`.
|
default Number |
getOnDemandTargetCapacity()
`CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.OnDemandTargetCapacity`.
|
default Number |
getSpotTargetCapacity()
`CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.SpotTargetCapacity`.
|
Number |
getTotalTargetCapacity()
`CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.TotalTargetCapacity`.
|
@Stability(value=Stable) @NotNull Number getTotalTargetCapacity()
@Stability(value=Stable) @Nullable default String getDefaultTargetCapacityType()
@Stability(value=Stable) @Nullable default Number getOnDemandTargetCapacity()
@Stability(value=Stable) @Nullable default Number getSpotTargetCapacity()
@Stability(value=Stable) static CfnEC2Fleet.TargetCapacitySpecificationRequestProperty.Builder builder()
Copyright © 2021. All rights reserved.