public static interface ListParticipantEventsRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<ListParticipantEventsRequest.Builder,ListParticipantEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListParticipantEventsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return.
|
ListParticipantEventsRequest.Builder |
nextToken(String nextToken)
The first participant to retrieve.
|
ListParticipantEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListParticipantEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListParticipantEventsRequest.Builder |
participantId(String participantId)
Unique identifier for this participant.
|
ListParticipantEventsRequest.Builder |
sessionId(String sessionId)
ID of a session within the stage.
|
ListParticipantEventsRequest.Builder |
stageArn(String stageArn)
Stage ARN.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListParticipantEventsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
maxResults - Maximum number of results to return. Default: 50.ListParticipantEventsRequest.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.ListParticipantEventsRequest.Builder participantId(String participantId)
Unique identifier for this participant. This is assigned by IVS and returned by CreateParticipantToken.
participantId - Unique identifier for this participant. This is assigned by IVS and returned by
CreateParticipantToken.ListParticipantEventsRequest.Builder sessionId(String sessionId)
ID of a session within the stage.
sessionId - ID of a session within the stage.ListParticipantEventsRequest.Builder stageArn(String stageArn)
Stage ARN.
stageArn - Stage ARN.ListParticipantEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListParticipantEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.