public static interface ListSnapshotsResponse.Builder extends GameSparksResponse.Builder, SdkPojo, CopyableBuilder<ListSnapshotsResponse.Builder,ListSnapshotsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsResponse.Builder |
nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
ListSnapshotsResponse.Builder |
snapshots(Collection<SnapshotSummary> snapshots)
A list of snapshot summaries.
|
ListSnapshotsResponse.Builder |
snapshots(Consumer<SnapshotSummary.Builder>... snapshots)
A list of snapshot summaries.
|
ListSnapshotsResponse.Builder |
snapshots(SnapshotSummary... snapshots)
A list of snapshot summaries.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSnapshotsResponse.Builder nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
nextToken - The token that indicates the start of the next sequential page of results.
Use this value when making the next call to this operation to continue where the last one finished.
ListSnapshotsResponse.Builder snapshots(Collection<SnapshotSummary> snapshots)
A list of snapshot summaries. You can use the returned snapshot IDs in the UpdateSnapshot and
GetSnapshot operations.
snapshots - A list of snapshot summaries. You can use the returned snapshot IDs in the UpdateSnapshot
and GetSnapshot operations.ListSnapshotsResponse.Builder snapshots(SnapshotSummary... snapshots)
A list of snapshot summaries. You can use the returned snapshot IDs in the UpdateSnapshot and
GetSnapshot operations.
snapshots - A list of snapshot summaries. You can use the returned snapshot IDs in the UpdateSnapshot
and GetSnapshot operations.ListSnapshotsResponse.Builder snapshots(Consumer<SnapshotSummary.Builder>... snapshots)
A list of snapshot summaries. You can use the returned snapshot IDs in the UpdateSnapshot and
GetSnapshot operations.
SnapshotSummary.Builder avoiding the need to create
one manually via SnapshotSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #snapshots(List.
snapshots - a consumer that will call methods on
SnapshotSummary.Builder#snapshots(java.util.Collection) Copyright © 2022. All rights reserved.