@Stability(value=Stable) public static final class CfnInstanceGroupConfig.VolumeSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstanceGroupConfig.VolumeSpecificationProperty>
CfnInstanceGroupConfig.VolumeSpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstanceGroupConfig.VolumeSpecificationProperty |
build()
Builds the configured instance.
|
CfnInstanceGroupConfig.VolumeSpecificationProperty.Builder |
iops(Number iops)
Sets the value of
CfnInstanceGroupConfig.VolumeSpecificationProperty.getIops() |
CfnInstanceGroupConfig.VolumeSpecificationProperty.Builder |
sizeInGb(Number sizeInGb)
Sets the value of
CfnInstanceGroupConfig.VolumeSpecificationProperty.getSizeInGb() |
CfnInstanceGroupConfig.VolumeSpecificationProperty.Builder |
volumeType(String volumeType)
Sets the value of
CfnInstanceGroupConfig.VolumeSpecificationProperty.getVolumeType() |
@Stability(value=Stable) public CfnInstanceGroupConfig.VolumeSpecificationProperty.Builder sizeInGb(Number sizeInGb)
CfnInstanceGroupConfig.VolumeSpecificationProperty.getSizeInGb()sizeInGb - `CfnInstanceGroupConfig.VolumeSpecificationProperty.SizeInGB`. This parameter is required.this@Stability(value=Stable) public CfnInstanceGroupConfig.VolumeSpecificationProperty.Builder volumeType(String volumeType)
CfnInstanceGroupConfig.VolumeSpecificationProperty.getVolumeType()volumeType - `CfnInstanceGroupConfig.VolumeSpecificationProperty.VolumeType`. This parameter is required.this@Stability(value=Stable) public CfnInstanceGroupConfig.VolumeSpecificationProperty.Builder iops(Number iops)
CfnInstanceGroupConfig.VolumeSpecificationProperty.getIops()iops - `CfnInstanceGroupConfig.VolumeSpecificationProperty.Iops`.this@Stability(value=Stable) public CfnInstanceGroupConfig.VolumeSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnInstanceGroupConfig.VolumeSpecificationProperty>CfnInstanceGroupConfig.VolumeSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.