Uses of Interface
software.amazon.awssdk.services.autoscaling.model.Ebs.Builder
-
Packages that use Ebs.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of Ebs.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return Ebs.Builder Modifier and Type Method Description static Ebs.BuilderEbs. builder()Ebs.BuilderEbs.Builder. deleteOnTermination(Boolean deleteOnTermination)Indicates whether the volume is deleted on instance termination.Ebs.BuilderEbs.Builder. encrypted(Boolean encrypted)Specifies whether the volume should be encrypted.Ebs.BuilderEbs.Builder. iops(Integer iops)The number of input/output (I/O) operations per second (IOPS) to provision for the volume.Ebs.BuilderEbs.Builder. snapshotId(String snapshotId)The snapshot ID of the volume to use.Ebs.BuilderEbs.Builder. throughput(Integer throughput)The throughput (MiBps) to provision for agp3volume.Ebs.BuilderEbs. toBuilder()Ebs.BuilderEbs.Builder. volumeSize(Integer volumeSize)The volume size, in GiBs.Ebs.BuilderEbs.Builder. volumeType(String volumeType)The volume type.Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type Ebs.Builder Modifier and Type Method Description static Class<? extends Ebs.Builder>Ebs. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type Ebs.Builder Modifier and Type Method Description default BlockDeviceMapping.BuilderBlockDeviceMapping.Builder. ebs(Consumer<Ebs.Builder> ebs)Information to attach an EBS volume to an instance at launch.
-