public static interface CreateSnapshotFromVolumeRecoveryPointResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<CreateSnapshotFromVolumeRecoveryPointResponse.Builder,CreateSnapshotFromVolumeRecoveryPointResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotFromVolumeRecoveryPointResponse.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
CreateSnapshotFromVolumeRecoveryPointResponse.Builder |
volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target.
|
CreateSnapshotFromVolumeRecoveryPointResponse.Builder |
volumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the volume was created from the recovery point.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSnapshotFromVolumeRecoveryPointResponse.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.CreateSnapshotFromVolumeRecoveryPointResponse.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
volumeARN - The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes
operation to return to retrieve the TargetARN for specified VolumeARN.CreateSnapshotFromVolumeRecoveryPointResponse.Builder volumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the volume was created from the recovery point.
volumeRecoveryPointTime - The time the volume was created from the recovery point.Copyright © 2022. All rights reserved.