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