Interface ListParticipantsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListParticipantsRequest.Builder,,ListParticipantsRequest> IvsRealTimeRequest.Builder,SdkBuilder<ListParticipantsRequest.Builder,,ListParticipantsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListParticipantsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilterByPublished(Boolean filterByPublished) Filters the response list to only show participants who published during the stage session.filterByState(String filterByState) Filters the response list to only show participants in the specified state.filterByState(ParticipantState filterByState) Filters the response list to only show participants in the specified state.filterByUserId(String filterByUserId) Filters the response list to match the specified user ID.maxResults(Integer maxResults) Maximum number of results to return.The first participant to retrieve.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ID of the session within the stage.Stage ARN.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ivsrealtime.model.IvsRealTimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
filterByPublished
Filters the response list to only show participants who published during the stage session. Only one of
filterByUserId,filterByPublished, orfilterByStatecan be provided per request.- Parameters:
filterByPublished- Filters the response list to only show participants who published during the stage session. Only one offilterByUserId,filterByPublished, orfilterByStatecan be provided per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterByState
Filters the response list to only show participants in the specified state. Only one of
filterByUserId,filterByPublished, orfilterByStatecan be provided per request.- Parameters:
filterByState- Filters the response list to only show participants in the specified state. Only one offilterByUserId,filterByPublished, orfilterByStatecan be provided per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filterByState
Filters the response list to only show participants in the specified state. Only one of
filterByUserId,filterByPublished, orfilterByStatecan be provided per request.- Parameters:
filterByState- Filters the response list to only show participants in the specified state. Only one offilterByUserId,filterByPublished, orfilterByStatecan be provided per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filterByUserId
Filters the response list to match the specified user ID. Only one of
filterByUserId,filterByPublished, orfilterByStatecan be provided per request. AuserIdis 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.- Parameters:
filterByUserId- Filters the response list to match the specified user ID. Only one offilterByUserId,filterByPublished, orfilterByStatecan be provided per request. AuserIdis 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
nextToken
The first participant to retrieve. This is used for pagination; see the
nextTokenresponse field.- Parameters:
nextToken- The first participant 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.
-
sessionId
ID of the session within the stage.
- Parameters:
sessionId- ID of the session within the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageArn
Stage ARN.
- Parameters:
stageArn- Stage ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListParticipantsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListParticipantsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-