public static interface SnapshotSummary.Builder extends SdkPojo, CopyableBuilder<SnapshotSummary.Builder,SnapshotSummary>
| Modifier and Type | Method and Description |
|---|---|
SnapshotSummary.Builder |
created(Instant created)
The timestamp of when the snapshot was created.
|
SnapshotSummary.Builder |
description(String description)
The description of the snapshot.
|
SnapshotSummary.Builder |
id(String id)
The identifier of the snapshot.
|
SnapshotSummary.Builder |
lastUpdated(Instant lastUpdated)
Then timestamp of when the snapshot was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotSummary.Builder created(Instant created)
The timestamp of when the snapshot was created.
created - The timestamp of when the snapshot was created.SnapshotSummary.Builder description(String description)
The description of the snapshot.
description - The description of the snapshot.SnapshotSummary.Builder id(String id)
The identifier of the snapshot.
id - The identifier of the snapshot.SnapshotSummary.Builder lastUpdated(Instant lastUpdated)
Then timestamp of when the snapshot was last updated.
lastUpdated - Then timestamp of when the snapshot was last updated.Copyright © 2022. All rights reserved.