@Stability(value=Stable) public static final class CfnFleet.LocationCapacityProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFleet.LocationCapacityProperty>
CfnFleet.LocationCapacityProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFleet.LocationCapacityProperty |
build()
Builds the configured instance.
|
CfnFleet.LocationCapacityProperty.Builder |
desiredEc2Instances(Number desiredEc2Instances)
Sets the value of
CfnFleet.LocationCapacityProperty.getDesiredEc2Instances() |
CfnFleet.LocationCapacityProperty.Builder |
maxSize(Number maxSize)
Sets the value of
CfnFleet.LocationCapacityProperty.getMaxSize() |
CfnFleet.LocationCapacityProperty.Builder |
minSize(Number minSize)
Sets the value of
CfnFleet.LocationCapacityProperty.getMinSize() |
@Stability(value=Stable) public CfnFleet.LocationCapacityProperty.Builder desiredEc2Instances(Number desiredEc2Instances)
CfnFleet.LocationCapacityProperty.getDesiredEc2Instances()desiredEc2Instances - `CfnFleet.LocationCapacityProperty.DesiredEC2Instances`. This parameter is required.this@Stability(value=Stable) public CfnFleet.LocationCapacityProperty.Builder maxSize(Number maxSize)
CfnFleet.LocationCapacityProperty.getMaxSize()maxSize - `CfnFleet.LocationCapacityProperty.MaxSize`. This parameter is required.this@Stability(value=Stable) public CfnFleet.LocationCapacityProperty.Builder minSize(Number minSize)
CfnFleet.LocationCapacityProperty.getMinSize()minSize - `CfnFleet.LocationCapacityProperty.MinSize`. This parameter is required.this@Stability(value=Stable) public CfnFleet.LocationCapacityProperty build()
build in interface software.amazon.jsii.Builder<CfnFleet.LocationCapacityProperty>CfnFleet.LocationCapacityPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.