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