| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotDetails.Builder |
SnapshotDetails.builder() |
SnapshotDetails.Builder |
SnapshotDetails.Builder.created(Instant created)
The timestamp of when the snapshot was created.
|
SnapshotDetails.Builder |
SnapshotDetails.Builder.description(String description)
The description of the snapshot.
|
SnapshotDetails.Builder |
SnapshotDetails.Builder.id(String id)
The identifier of the snapshot.
|
SnapshotDetails.Builder |
SnapshotDetails.Builder.lastUpdated(Instant lastUpdated)
The timestamp of when the snapshot was last updated.
|
SnapshotDetails.Builder |
SnapshotDetails.Builder.sections(Map<String,Section> sections)
The sections in the snapshot.
|
SnapshotDetails.Builder |
SnapshotDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotDetails.Builder> |
SnapshotDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSnapshotResponse.Builder |
GetSnapshotResponse.Builder.snapshot(Consumer<SnapshotDetails.Builder> snapshot)
Properties that provide details of the snapshot.
|
default UpdateSnapshotResponse.Builder |
UpdateSnapshotResponse.Builder.snapshot(Consumer<SnapshotDetails.Builder> snapshot)
Properties that provide details of the updated snapshot.
|
default CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.snapshot(Consumer<SnapshotDetails.Builder> snapshot)
Properties that provide details of the created snapshot.
|
Copyright © 2022. All rights reserved.