@Stability(value=Stable) public static final class CfnCluster.PlacementTypeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.PlacementTypeProperty>
CfnCluster.PlacementTypeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.PlacementTypeProperty.Builder |
availabilityZone(String availabilityZone)
Sets the value of
CfnCluster.PlacementTypeProperty.getAvailabilityZone() |
CfnCluster.PlacementTypeProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnCluster.PlacementTypeProperty.Builder availabilityZone(String availabilityZone)
CfnCluster.PlacementTypeProperty.getAvailabilityZone()availabilityZone - The Amazon EC2 Availability Zone for the cluster. This parameter is required.
AvailabilityZone is used for uniform instance groups, while AvailabilityZones (plural) is used for instance fleets.this@Stability(value=Stable) public CfnCluster.PlacementTypeProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.PlacementTypeProperty>CfnCluster.PlacementTypePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.