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