Interface SnapshotRecycleBinInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SnapshotRecycleBinInfo.Builder,
,SnapshotRecycleBinInfo> SdkBuilder<SnapshotRecycleBinInfo.Builder,
,SnapshotRecycleBinInfo> SdkPojo
- Enclosing class:
SnapshotRecycleBinInfo
@Mutable
@NotThreadSafe
public static interface SnapshotRecycleBinInfo.Builder
extends SdkPojo, CopyableBuilder<SnapshotRecycleBinInfo.Builder,SnapshotRecycleBinInfo>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description for the snapshot.recycleBinEnterTime
(Instant recycleBinEnterTime) The date and time when the snapshot entered the Recycle Bin.recycleBinExitTime
(Instant recycleBinExitTime) The date and time when the snapshot is to be permanently deleted from the Recycle Bin.snapshotId
(String snapshotId) The ID of the snapshot.The ID of the volume from which the snapshot was created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
snapshotId
The ID of the snapshot.
- Parameters:
snapshotId
- The ID of the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recycleBinEnterTime
The date and time when the snapshot entered the Recycle Bin.
- Parameters:
recycleBinEnterTime
- The date and time when the snapshot entered the Recycle Bin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recycleBinExitTime
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
- Parameters:
recycleBinExitTime
- The date and time when the snapshot is to be permanently deleted from the Recycle Bin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description for the snapshot.
- Parameters:
description
- The description for the snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeId
The ID of the volume from which the snapshot was created.
- Parameters:
volumeId
- The ID of the volume from which the snapshot was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-