public static interface ListParticipantsRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<ListParticipantsRequest.Builder,ListParticipantsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListParticipantsRequest.Builder |
filterByPublished(Boolean filterByPublished)
Filters the response list to only show participants who published during the stage session.
|
ListParticipantsRequest.Builder |
filterByState(ParticipantState filterByState)
Filters the response list to only show participants in the specified state.
|
ListParticipantsRequest.Builder |
filterByState(String filterByState)
Filters the response list to only show participants in the specified state.
|
ListParticipantsRequest.Builder |
filterByUserId(String filterByUserId)
Filters the response list to match the specified user ID.
|
ListParticipantsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return.
|
ListParticipantsRequest.Builder |
nextToken(String nextToken)
The first participant to retrieve.
|
ListParticipantsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListParticipantsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListParticipantsRequest.Builder |
sessionId(String sessionId)
ID of the session within the stage.
|
ListParticipantsRequest.Builder |
stageArn(String stageArn)
Stage ARN.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListParticipantsRequest.Builder filterByPublished(Boolean filterByPublished)
Filters the response list to only show participants who published during the stage session. Only one of
filterByUserId, filterByPublished, or filterByState can be provided
per request.
filterByPublished - Filters the response list to only show participants who published during the stage session. Only one
of filterByUserId, filterByPublished, or filterByState can be
provided per request.ListParticipantsRequest.Builder filterByState(String filterByState)
Filters the response list to only show participants in the specified state. Only one of
filterByUserId, filterByPublished, or filterByState can be provided
per request.
filterByState - Filters the response list to only show participants in the specified state. Only one of
filterByUserId, filterByPublished, or filterByState can be
provided per request.ParticipantState,
ParticipantStateListParticipantsRequest.Builder filterByState(ParticipantState filterByState)
Filters the response list to only show participants in the specified state. Only one of
filterByUserId, filterByPublished, or filterByState can be provided
per request.
filterByState - Filters the response list to only show participants in the specified state. Only one of
filterByUserId, filterByPublished, or filterByState can be
provided per request.ParticipantState,
ParticipantStateListParticipantsRequest.Builder filterByUserId(String filterByUserId)
Filters the response list to match the specified user ID. Only one of filterByUserId,
filterByPublished, or filterByState can be provided per request. A
userId is a customer-assigned name to help identify the token; this can be used to link a
participant to a user in the customer’s own systems.
filterByUserId - Filters the response list to match the specified user ID. Only one of filterByUserId,
filterByPublished, or filterByState can be provided per request. A
userId is a customer-assigned name to help identify the token; this can be used to link a
participant to a user in the customer’s own systems.ListParticipantsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
maxResults - Maximum number of results to return. Default: 50.ListParticipantsRequest.Builder nextToken(String nextToken)
The first participant to retrieve. This is used for pagination; see the nextToken response
field.
nextToken - The first participant to retrieve. This is used for pagination; see the nextToken
response field.ListParticipantsRequest.Builder sessionId(String sessionId)
ID of the session within the stage.
sessionId - ID of the session within the stage.ListParticipantsRequest.Builder stageArn(String stageArn)
Stage ARN.
stageArn - Stage ARN.ListParticipantsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListParticipantsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.