| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotRecycleBinInfo.Builder |
SnapshotRecycleBinInfo.builder() |
SnapshotRecycleBinInfo.Builder |
SnapshotRecycleBinInfo.Builder.description(String description)
The description for the snapshot.
|
SnapshotRecycleBinInfo.Builder |
SnapshotRecycleBinInfo.Builder.recycleBinEnterTime(Instant recycleBinEnterTime)
The date and time when the snaphsot entered the Recycle Bin.
|
SnapshotRecycleBinInfo.Builder |
SnapshotRecycleBinInfo.Builder.recycleBinExitTime(Instant recycleBinExitTime)
The date and time when the snapshot is to be permanently deleted from the Recycle Bin.
|
SnapshotRecycleBinInfo.Builder |
SnapshotRecycleBinInfo.Builder.snapshotId(String snapshotId)
The ID of the snapshot.
|
SnapshotRecycleBinInfo.Builder |
SnapshotRecycleBinInfo.toBuilder() |
SnapshotRecycleBinInfo.Builder |
SnapshotRecycleBinInfo.Builder.volumeId(String volumeId)
The ID of the volume from which the snapshot was created.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotRecycleBinInfo.Builder> |
SnapshotRecycleBinInfo.serializableBuilderClass() |
Copyright © 2021. All rights reserved.