@Stability(value=Stable)
public static interface CfnEC2Fleet.CapacityRebalanceProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CapacityRebalanceProperty capacityRebalanceProperty = CapacityRebalanceProperty.builder()
.replacementStrategy("replacementStrategy")
.terminationDelay(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEC2Fleet.CapacityRebalanceProperty.Builder
A builder for
CfnEC2Fleet.CapacityRebalanceProperty |
static class |
CfnEC2Fleet.CapacityRebalanceProperty.Jsii$Proxy
An implementation for
CfnEC2Fleet.CapacityRebalanceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEC2Fleet.CapacityRebalanceProperty.Builder |
builder() |
default String |
getReplacementStrategy()
`CfnEC2Fleet.CapacityRebalanceProperty.ReplacementStrategy`.
|
default Number |
getTerminationDelay()
`CfnEC2Fleet.CapacityRebalanceProperty.TerminationDelay`.
|
@Stability(value=Stable) @Nullable default String getReplacementStrategy()
@Stability(value=Stable) @Nullable default Number getTerminationDelay()
@Stability(value=Stable) static CfnEC2Fleet.CapacityRebalanceProperty.Builder builder()
Copyright © 2021. All rights reserved.