Interface ListParticipantEventsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListParticipantEventsRequest.Builder,ListParticipantEventsRequest>,IvsRealTimeRequest.Builder,SdkBuilder<ListParticipantEventsRequest.Builder,ListParticipantEventsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListParticipantEventsRequest
public static interface ListParticipantEventsRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<ListParticipantEventsRequest.Builder,ListParticipantEventsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListParticipantEventsRequest.BuildermaxResults(Integer maxResults)Maximum number of results to return.ListParticipantEventsRequest.BuildernextToken(String nextToken)The first participant event to retrieve.ListParticipantEventsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListParticipantEventsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListParticipantEventsRequest.BuilderparticipantId(String participantId)Unique identifier for this participant.ListParticipantEventsRequest.BuildersessionId(String sessionId)ID of a session within the stage.ListParticipantEventsRequest.BuilderstageArn(String stageArn)Stage ARN.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
stageArn
ListParticipantEventsRequest.Builder stageArn(String stageArn)
Stage ARN.
- Parameters:
stageArn- Stage ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
ListParticipantEventsRequest.Builder sessionId(String sessionId)
ID of a session within the stage.
- Parameters:
sessionId- ID of a session within the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
participantId
ListParticipantEventsRequest.Builder participantId(String participantId)
Unique identifier for this participant. This is assigned by IVS and returned by CreateParticipantToken.
- Parameters:
participantId- Unique identifier for this participant. This is assigned by IVS and returned by CreateParticipantToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListParticipantEventsRequest.Builder nextToken(String nextToken)
The first participant event to retrieve. This is used for pagination; see the
nextTokenresponse field.- Parameters:
nextToken- The first participant event to retrieve. This is used for pagination; see thenextTokenresponse field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListParticipantEventsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return. Default: 50.
- Parameters:
maxResults- Maximum number of results to return. Default: 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListParticipantEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListParticipantEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-