Interface ListParticipantEventsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListParticipantEventsRequest.Builder,,- ListParticipantEventsRequest> - IvsRealTimeRequest.Builder,- SdkBuilder<ListParticipantEventsRequest.Builder,,- ListParticipantEventsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListParticipantEventsRequest
@Mutable
@NotThreadSafe
public static interface ListParticipantEventsRequest.Builder
extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<ListParticipantEventsRequest.Builder,ListParticipantEventsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) Maximum number of results to return.The first participant event to retrieve.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.participantId(String participantId) Unique identifier for this participant.ID of a session within the stage.Stage ARN.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stageArnStage ARN. - Parameters:
- stageArn- Stage ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sessionIdID 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.
 
- 
participantIdUnique 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.
 
- 
nextTokenThe 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 the- nextTokenresponse field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsMaximum 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.
 
- 
overrideConfigurationListParticipantEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListParticipantEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-