Uses of Interface
software.amazon.awssdk.services.emr.model.EbsBlockDevice.Builder
-
Packages that use EbsBlockDevice.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of EbsBlockDevice.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return EbsBlockDevice.Builder Modifier and Type Method Description static EbsBlockDevice.BuilderEbsBlockDevice. builder()EbsBlockDevice.BuilderEbsBlockDevice.Builder. device(String device)The device name that is exposed to the instance, such as /dev/sdh.EbsBlockDevice.BuilderEbsBlockDevice. toBuilder()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.EbsBlockDevice.BuilderEbsBlockDevice.Builder. volumeSpecification(VolumeSpecification 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.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type EbsBlockDevice.Builder Modifier and Type Method Description static Class<? extends EbsBlockDevice.Builder>EbsBlockDevice. serializableBuilderClass()
-