public static interface GetStageDeploymentResponse.Builder extends GameSparksResponse.Builder, SdkPojo, CopyableBuilder<GetStageDeploymentResponse.Builder,GetStageDeploymentResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetStageDeploymentResponse.Builder |
stageDeployment(Consumer<StageDeploymentDetails.Builder> stageDeployment)
Properties that provide details of the stage deployment.
|
GetStageDeploymentResponse.Builder |
stageDeployment(StageDeploymentDetails stageDeployment)
Properties that provide details of the stage deployment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStageDeploymentResponse.Builder stageDeployment(StageDeploymentDetails stageDeployment)
Properties that provide details of the stage deployment.
stageDeployment - Properties that provide details of the stage deployment.default GetStageDeploymentResponse.Builder stageDeployment(Consumer<StageDeploymentDetails.Builder> stageDeployment)
Properties that provide details of 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.