public static interface ListStageSessionsResponse.Builder extends IvsRealTimeResponse.Builder, SdkPojo, CopyableBuilder<ListStageSessionsResponse.Builder,ListStageSessionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStageSessionsResponse.Builder |
nextToken(String nextToken)
If there are more rooms than
maxResults, use nextToken in the request to get the
next set. |
ListStageSessionsResponse.Builder |
stageSessions(Collection<StageSessionSummary> stageSessions)
List of matching stage sessions.
|
ListStageSessionsResponse.Builder |
stageSessions(Consumer<StageSessionSummary.Builder>... stageSessions)
List of matching stage sessions.
|
ListStageSessionsResponse.Builder |
stageSessions(StageSessionSummary... stageSessions)
List of matching stage sessions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStageSessionsResponse.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.ListStageSessionsResponse.Builder stageSessions(Collection<StageSessionSummary> stageSessions)
List of matching stage sessions.
stageSessions - List of matching stage sessions.ListStageSessionsResponse.Builder stageSessions(StageSessionSummary... stageSessions)
List of matching stage sessions.
stageSessions - List of matching stage sessions.ListStageSessionsResponse.Builder stageSessions(Consumer<StageSessionSummary.Builder>... stageSessions)
List of matching stage sessions.
This is a convenience method that creates an instance of theStageSessionSummary.Builder avoiding the need to
create one manually via
StageSessionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #stageSessions(List.
stageSessions - a consumer that will call methods on
StageSessionSummary.Builder#stageSessions(java.util.Collection) Copyright © 2023. All rights reserved.