@Stability(value=Stable) public static final class CfnCluster.EbsBlockDeviceConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.EbsBlockDeviceConfigProperty>
CfnCluster.EbsBlockDeviceConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.EbsBlockDeviceConfigProperty |
build()
Builds the configured instance.
|
CfnCluster.EbsBlockDeviceConfigProperty.Builder |
volumeSpecification(CfnCluster.VolumeSpecificationProperty volumeSpecification)
Sets the value of
CfnCluster.EbsBlockDeviceConfigProperty.getVolumeSpecification() |
CfnCluster.EbsBlockDeviceConfigProperty.Builder |
volumeSpecification(IResolvable volumeSpecification)
Sets the value of
CfnCluster.EbsBlockDeviceConfigProperty.getVolumeSpecification() |
CfnCluster.EbsBlockDeviceConfigProperty.Builder |
volumesPerInstance(Number volumesPerInstance)
Sets the value of
CfnCluster.EbsBlockDeviceConfigProperty.getVolumesPerInstance() |
@Stability(value=Stable) public CfnCluster.EbsBlockDeviceConfigProperty.Builder volumeSpecification(CfnCluster.VolumeSpecificationProperty volumeSpecification)
CfnCluster.EbsBlockDeviceConfigProperty.getVolumeSpecification()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 CfnCluster.EbsBlockDeviceConfigProperty.Builder volumeSpecification(IResolvable volumeSpecification)
CfnCluster.EbsBlockDeviceConfigProperty.getVolumeSpecification()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 CfnCluster.EbsBlockDeviceConfigProperty.Builder volumesPerInstance(Number volumesPerInstance)
CfnCluster.EbsBlockDeviceConfigProperty.getVolumesPerInstance()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 CfnCluster.EbsBlockDeviceConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.EbsBlockDeviceConfigProperty>CfnCluster.EbsBlockDeviceConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.