public static interface ListStagesResponse.Builder extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<ListStagesResponse.Builder,ListStagesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStagesResponse.Builder |
nextToken(String nextToken)
If there are more rooms than
maxResults, use nextToken in the request to get the
next set. |
ListStagesResponse.Builder |
stages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
|
ListStagesResponse.Builder |
stages(Consumer<StageSummary.Builder>... stages)
List of the matching stages (summary information only).
|
ListStagesResponse.Builder |
stages(StageSummary... stages)
List of the matching stages (summary information only).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStagesResponse.Builder nextToken(String nextToken)
If there are more rooms than maxResults, use nextToken in the request to get the
next set.
nextToken - If there are more rooms than maxResults, use nextToken in the request to get
the next set.ListStagesResponse.Builder stages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
stages - List of the matching stages (summary information only).ListStagesResponse.Builder stages(StageSummary... stages)
List of the matching stages (summary information only).
stages - List of the matching stages (summary information only).ListStagesResponse.Builder stages(Consumer<StageSummary.Builder>... stages)
List of the matching stages (summary information only).
This is a convenience method that creates an instance of theStageSummary.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 © 2023. All rights reserved.