VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.availabilityZone(String availabilityZone) |
The Availability Zone for the volume.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.availabilityZoneId(String availabilityZoneId) |
The ID of the Availability Zone for the volume.
|
static VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.builder() |
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.createTime(Instant createTime) |
The time stamp when volume creation was initiated.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.iops(Integer iops) |
The number of I/O operations per second (IOPS) for the volume.
|
default VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.operator(Consumer<OperatorResponse.Builder> operator) |
The service provider that manages the volume.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.operator(OperatorResponse operator) |
The service provider that manages the volume.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.outpostArn(String outpostArn) |
The ARN of the Outpost on which the volume is stored.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.recycleBinEnterTime(Instant recycleBinEnterTime) |
The date and time when the volume entered the Recycle Bin.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.recycleBinExitTime(Instant recycleBinExitTime) |
The date and time when the volume is to be permanently deleted from the Recycle Bin.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.size(Integer size) |
The size of the volume, in GiB.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.snapshotId(String snapshotId) |
The snapshot from which the volume was created, if applicable.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.sourceVolumeId(String sourceVolumeId) |
The ID of the source volume.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.state(String state) |
The state of the volume.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.state(VolumeState state) |
The state of the volume.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.throughput(Integer throughput) |
The throughput that the volume supports, in MiB/s.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.toBuilder() |
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.volumeId(String volumeId) |
The ID of the volume.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.volumeType(String volumeType) |
The volume type.
|
VolumeRecycleBinInfo.Builder |
VolumeRecycleBinInfo.Builder.volumeType(VolumeType volumeType) |
The volume type.
|