public static interface ListStageDeploymentsResponse.Builder extends GameSparksResponse.Builder, SdkPojo, CopyableBuilder<ListStageDeploymentsResponse.Builder,ListStageDeploymentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStageDeploymentsResponse.Builder |
nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
ListStageDeploymentsResponse.Builder |
stageDeployments(Collection<StageDeploymentSummary> stageDeployments)
A list of stage deployment summaries.
|
ListStageDeploymentsResponse.Builder |
stageDeployments(Consumer<StageDeploymentSummary.Builder>... stageDeployments)
A list of stage deployment summaries.
|
ListStageDeploymentsResponse.Builder |
stageDeployments(StageDeploymentSummary... stageDeployments)
A list of stage deployment summaries.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStageDeploymentsResponse.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.
ListStageDeploymentsResponse.Builder stageDeployments(Collection<StageDeploymentSummary> stageDeployments)
A list of stage deployment summaries. You can use the deployment IDs in the
UpdateStageDeployment and GetStageDeployment actions.
stageDeployments - A list of stage deployment summaries. You can use the deployment IDs in the
UpdateStageDeployment and GetStageDeployment actions.ListStageDeploymentsResponse.Builder stageDeployments(StageDeploymentSummary... stageDeployments)
A list of stage deployment summaries. You can use the deployment IDs in the
UpdateStageDeployment and GetStageDeployment actions.
stageDeployments - A list of stage deployment summaries. You can use the deployment IDs in the
UpdateStageDeployment and GetStageDeployment actions.ListStageDeploymentsResponse.Builder stageDeployments(Consumer<StageDeploymentSummary.Builder>... stageDeployments)
A list of stage deployment summaries. You can use the deployment IDs in the
UpdateStageDeployment and GetStageDeployment actions.
StageDeploymentSummary.Builder avoiding the need to
create one manually via
StageDeploymentSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #stageDeployments(List.
stageDeployments - a consumer that will call methods on
StageDeploymentSummary.Builder#stageDeployments(java.util.Collection) Copyright © 2022. All rights reserved.