public static interface VolumeRecoveryPointInfo.Builder extends SdkPojo, CopyableBuilder<VolumeRecoveryPointInfo.Builder,VolumeRecoveryPointInfo>
Modifier and Type | Method and Description |
---|---|
VolumeRecoveryPointInfo.Builder |
volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume target.
|
VolumeRecoveryPointInfo.Builder |
volumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the recovery point was taken.
|
VolumeRecoveryPointInfo.Builder |
volumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
|
VolumeRecoveryPointInfo.Builder |
volumeUsageInBytes(Long volumeUsageInBytes)
The size of the data stored on the volume in bytes.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VolumeRecoveryPointInfo.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume target.
volumeARN
- The Amazon Resource Name (ARN) of the volume target.VolumeRecoveryPointInfo.Builder volumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
volumeSizeInBytes
- The size of the volume in bytes.VolumeRecoveryPointInfo.Builder volumeUsageInBytes(Long volumeUsageInBytes)
The size of the data stored on the volume in bytes.
This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.
volumeUsageInBytes
- The size of the data stored on the volume in bytes. This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.
VolumeRecoveryPointInfo.Builder volumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the recovery point was taken.
volumeRecoveryPointTime
- The time the recovery point was taken.