Uses of Interface
software.amazon.awssdk.services.ec2.model.VolumeRecycleBinInfo.Builder
Packages that use VolumeRecycleBinInfo.Builder
-
Uses of VolumeRecycleBinInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VolumeRecycleBinInfo.BuilderModifier and TypeMethodDescriptionVolumeRecycleBinInfo.Builder.availabilityZone(String availabilityZone) The Availability Zone for the volume.VolumeRecycleBinInfo.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone for the volume.static VolumeRecycleBinInfo.BuilderVolumeRecycleBinInfo.builder()VolumeRecycleBinInfo.Builder.createTime(Instant createTime) The time stamp when volume creation was initiated.The number of I/O operations per second (IOPS) for the volume.default VolumeRecycleBinInfo.BuilderVolumeRecycleBinInfo.Builder.operator(Consumer<OperatorResponse.Builder> operator) The service provider that manages the volume.VolumeRecycleBinInfo.Builder.operator(OperatorResponse operator) The service provider that manages the volume.VolumeRecycleBinInfo.Builder.outpostArn(String outpostArn) The ARN of the Outpost on which the volume is stored.VolumeRecycleBinInfo.Builder.recycleBinEnterTime(Instant recycleBinEnterTime) The date and time when the volume entered the Recycle Bin.VolumeRecycleBinInfo.Builder.recycleBinExitTime(Instant recycleBinExitTime) The date and time when the volume is to be permanently deleted from the Recycle Bin.The size of the volume, in GiB.VolumeRecycleBinInfo.Builder.snapshotId(String snapshotId) The snapshot from which the volume was created, if applicable.VolumeRecycleBinInfo.Builder.sourceVolumeId(String sourceVolumeId) The ID of the source volume.The state of the volume.VolumeRecycleBinInfo.Builder.state(VolumeState state) The state of the volume.VolumeRecycleBinInfo.Builder.throughput(Integer throughput) The throughput that the volume supports, in MiB/s.VolumeRecycleBinInfo.toBuilder()The ID of the volume.VolumeRecycleBinInfo.Builder.volumeType(String volumeType) The volume type.VolumeRecycleBinInfo.Builder.volumeType(VolumeType volumeType) The volume type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VolumeRecycleBinInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VolumeRecycleBinInfo.Builder>VolumeRecycleBinInfo.serializableBuilderClass()