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