public static interface SnapshotRecycleBinInfo.Builder extends SdkPojo, CopyableBuilder<SnapshotRecycleBinInfo.Builder,SnapshotRecycleBinInfo>
| Modifier and Type | Method and Description |
|---|---|
SnapshotRecycleBinInfo.Builder |
description(String description)
The description for the snapshot.
|
SnapshotRecycleBinInfo.Builder |
recycleBinEnterTime(Instant recycleBinEnterTime)
The date and time when the snaphsot entered the Recycle Bin.
|
SnapshotRecycleBinInfo.Builder |
recycleBinExitTime(Instant recycleBinExitTime)
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
|
SnapshotRecycleBinInfo.Builder |
snapshotId(String snapshotId)
The ID of the snapshot.
|
SnapshotRecycleBinInfo.Builder |
volumeId(String volumeId)
The ID of the volume from which the snapshot was created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotRecycleBinInfo.Builder snapshotId(String snapshotId)
The ID of the snapshot.
snapshotId - The ID of the snapshot.SnapshotRecycleBinInfo.Builder recycleBinEnterTime(Instant recycleBinEnterTime)
The date and time when the snaphsot entered the Recycle Bin.
recycleBinEnterTime - The date and time when the snaphsot entered the Recycle Bin.SnapshotRecycleBinInfo.Builder recycleBinExitTime(Instant recycleBinExitTime)
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
recycleBinExitTime - The date and time when the snapshot is to be permanently deleted from the Recycle Bin.SnapshotRecycleBinInfo.Builder description(String description)
The description for the snapshot.
description - The description for the snapshot.SnapshotRecycleBinInfo.Builder volumeId(String volumeId)
The ID of the volume from which the snapshot was created.
volumeId - The ID of the volume from which the snapshot was created.Copyright © 2022. All rights reserved.