@Stability(value=Stable) public static final class CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty>
CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty |
build()
Builds the configured instance.
|
CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty.Builder |
volumeSpecification(CfnInstanceGroupConfig.VolumeSpecificationProperty volumeSpecification)
|
CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty.Builder |
volumeSpecification(IResolvable volumeSpecification)
|
CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty.Builder |
volumesPerInstance(Number volumesPerInstance)
|
@Stability(value=Stable) public CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty.Builder volumeSpecification(CfnInstanceGroupConfig.VolumeSpecificationProperty volumeSpecification)
volumeSpecification - EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster. This parameter is required.this@Stability(value=Stable) public CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty.Builder volumeSpecification(IResolvable volumeSpecification)
volumeSpecification - EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster. This parameter is required.this@Stability(value=Stable) public CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty.Builder volumesPerInstance(Number volumesPerInstance)
volumesPerInstance - Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group.this@Stability(value=Stable) public CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnInstanceGroupConfig.EbsBlockDeviceConfigProperty>CfnInstanceGroupConfig.EbsBlockDeviceConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.