| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotSummary.Builder |
SnapshotSummary.builder() |
SnapshotSummary.Builder |
SnapshotSummary.Builder.created(Instant created)
The timestamp of when the snapshot was created.
|
SnapshotSummary.Builder |
SnapshotSummary.Builder.description(String description)
The description of the snapshot.
|
SnapshotSummary.Builder |
SnapshotSummary.Builder.id(String id)
The identifier of the snapshot.
|
SnapshotSummary.Builder |
SnapshotSummary.Builder.lastUpdated(Instant lastUpdated)
Then timestamp of when the snapshot was last updated.
|
SnapshotSummary.Builder |
SnapshotSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotSummary.Builder> |
SnapshotSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.