Uses of Interface
software.amazon.awssdk.services.emr.model.VolumeSpecification.Builder
-
Packages that use VolumeSpecification.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of VolumeSpecification.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return VolumeSpecification.Builder Modifier and Type Method Description static VolumeSpecification.BuilderVolumeSpecification. builder()VolumeSpecification.BuilderVolumeSpecification.Builder. iops(Integer iops)The number of I/O operations per second (IOPS) that the volume supports.VolumeSpecification.BuilderVolumeSpecification.Builder. sizeInGB(Integer sizeInGB)The volume size, in gibibytes (GiB).VolumeSpecification.BuilderVolumeSpecification.Builder. throughput(Integer throughput)The throughput, in mebibyte per second (MiB/s).VolumeSpecification.BuilderVolumeSpecification. toBuilder()VolumeSpecification.BuilderVolumeSpecification.Builder. volumeType(String volumeType)The volume type.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type VolumeSpecification.Builder Modifier and Type Method Description static Class<? extends VolumeSpecification.Builder>VolumeSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type VolumeSpecification.Builder Modifier and Type Method Description default EbsBlockDevice.BuilderEbsBlockDevice.Builder. volumeSpecification(Consumer<VolumeSpecification.Builder> volumeSpecification)EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.default EbsBlockDeviceConfig.BuilderEbsBlockDeviceConfig.Builder. volumeSpecification(Consumer<VolumeSpecification.Builder> volumeSpecification)EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.
-