@Stability(value=Experimental) public static final class EmrCreateCluster.VolumeSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<EmrCreateCluster.VolumeSpecificationProperty>
EmrCreateCluster.VolumeSpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.VolumeSpecificationProperty |
build()
Builds the configured instance.
|
EmrCreateCluster.VolumeSpecificationProperty.Builder |
iops(Number iops)
Sets the value of
EmrCreateCluster.VolumeSpecificationProperty.getIops() |
EmrCreateCluster.VolumeSpecificationProperty.Builder |
volumeSize(Size volumeSize)
Sets the value of
EmrCreateCluster.VolumeSpecificationProperty.getVolumeSize() |
EmrCreateCluster.VolumeSpecificationProperty.Builder |
volumeType(EmrCreateCluster.EbsBlockDeviceVolumeType volumeType)
Sets the value of
EmrCreateCluster.VolumeSpecificationProperty.getVolumeType() |
@Stability(value=Experimental) public EmrCreateCluster.VolumeSpecificationProperty.Builder volumeSize(Size volumeSize)
EmrCreateCluster.VolumeSpecificationProperty.getVolumeSize()volumeSize - The volume size. This parameter is required.
If the volume type is EBS-optimized, the minimum value is 10GiB.
Maximum size is 1TiBthis@Stability(value=Experimental) public EmrCreateCluster.VolumeSpecificationProperty.Builder volumeType(EmrCreateCluster.EbsBlockDeviceVolumeType volumeType)
EmrCreateCluster.VolumeSpecificationProperty.getVolumeType()volumeType - The volume type. This parameter is required.
Volume types supported are gp2, io1, standard.this@Stability(value=Experimental) public EmrCreateCluster.VolumeSpecificationProperty.Builder iops(Number iops)
EmrCreateCluster.VolumeSpecificationProperty.getIops()iops - The number of I/O operations per second (IOPS) that the volume supports.this@Stability(value=Experimental) public EmrCreateCluster.VolumeSpecificationProperty build()
build in interface software.amazon.jsii.Builder<EmrCreateCluster.VolumeSpecificationProperty>EmrCreateCluster.VolumeSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.