public static interface CreateSnapshotResponse.Builder extends GameSparksResponse.Builder, SdkPojo, CopyableBuilder<CreateSnapshotResponse.Builder,CreateSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotResponse.Builder |
snapshot(Consumer<SnapshotDetails.Builder> snapshot)
Properties that provide details of the created snapshot.
|
CreateSnapshotResponse.Builder |
snapshot(SnapshotDetails snapshot)
Properties that provide details of the created snapshot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSnapshotResponse.Builder snapshot(SnapshotDetails snapshot)
Properties that provide details of the created snapshot.
snapshot - Properties that provide details of the created snapshot.default CreateSnapshotResponse.Builder snapshot(Consumer<SnapshotDetails.Builder> snapshot)
Properties that provide details of the created snapshot.
This is a convenience method that creates an instance of theSnapshotDetails.Builder avoiding the
need to create one manually via SnapshotDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to snapshot(SnapshotDetails).
snapshot - a consumer that will call methods on SnapshotDetails.Buildersnapshot(SnapshotDetails)Copyright © 2022. All rights reserved.