Uses of Interface
software.amazon.awssdk.services.ec2.model.Volume.Builder
Packages that use Volume.Builder
-
Uses of Volume.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Volume.BuilderModifier and TypeMethodDescriptionVolume.Builder.attachments(Collection<VolumeAttachment> attachments) Volume.Builder.attachments(Consumer<VolumeAttachment.Builder>... attachments) Volume.Builder.attachments(VolumeAttachment... attachments) Volume.Builder.availabilityZone(String availabilityZone) The Availability Zone for the volume.Volume.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone for the volume.static Volume.BuilderVolume.builder()Volume.Builder.createTime(Instant createTime) The time stamp when volume creation was initiated.Indicates whether the volume is encrypted.Volume.Builder.fastRestored(Boolean fastRestored) The number of I/O operations per second (IOPS).The Amazon Resource Name (ARN) of the KMS key that was used to protect the volume encryption key for the volume.Volume.Builder.multiAttachEnabled(Boolean multiAttachEnabled) Indicates whether Amazon EBS Multi-Attach is enabled.default Volume.BuilderVolume.Builder.operator(Consumer<OperatorResponse.Builder> operator) The service provider that manages the volume.Volume.Builder.operator(OperatorResponse operator) The service provider that manages the volume.Volume.Builder.outpostArn(String outpostArn) The Amazon Resource Name (ARN) of the Outpost.The size of the volume, in GiBs.Volume.Builder.snapshotId(String snapshotId) The snapshot from which the volume was created, if applicable.Volume.Builder.sourceVolumeId(String sourceVolumeId) The ID of the source volume from which the volume copy was created.The volume state.Volume.Builder.state(VolumeState state) The volume state.Volume.Builder.tags(Collection<Tag> tags) Any tags assigned to the volume.Volume.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the volume.Any tags assigned to the volume.Volume.Builder.throughput(Integer throughput) The throughput that the volume supports, in MiB/s.Volume.toBuilder()The ID of the volume.Volume.Builder.volumeInitializationRate(Integer volumeInitializationRate) The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume during creation, in MiB/s.Volume.Builder.volumeType(String volumeType) The volume type.Volume.Builder.volumeType(VolumeType volumeType) The volume type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Volume.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Volume.Builder>Volume.serializableBuilderClass()