public static interface VolumeRecoveryPointInfo.Builder extends CopyableBuilder<VolumeRecoveryPointInfo.Builder,VolumeRecoveryPointInfo>
| Modifier and Type | Method and Description | 
|---|---|
| VolumeRecoveryPointInfo.Builder | volumeARN(String volumeARN)Sets the value of the VolumeARN property for this object. | 
| VolumeRecoveryPointInfo.Builder | volumeRecoveryPointTime(String volumeRecoveryPointTime)Sets the value of the VolumeRecoveryPointTime property for this object. | 
| VolumeRecoveryPointInfo.Builder | volumeSizeInBytes(Long volumeSizeInBytes)Sets the value of the VolumeSizeInBytes property for this object. | 
| VolumeRecoveryPointInfo.Builder | volumeUsageInBytes(Long volumeUsageInBytes)Sets the value of the VolumeUsageInBytes property for this object. | 
copyapplyMutation, buildVolumeRecoveryPointInfo.Builder volumeARN(String volumeARN)
volumeARN - The new value for the VolumeARN property for this object.VolumeRecoveryPointInfo.Builder volumeSizeInBytes(Long volumeSizeInBytes)
volumeSizeInBytes - The new value for the VolumeSizeInBytes property for this object.VolumeRecoveryPointInfo.Builder volumeUsageInBytes(Long volumeUsageInBytes)
volumeUsageInBytes - The new value for the VolumeUsageInBytes property for this object.VolumeRecoveryPointInfo.Builder volumeRecoveryPointTime(String volumeRecoveryPointTime)
volumeRecoveryPointTime - The new value for the VolumeRecoveryPointTime property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.