Interface ListParticipantsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListParticipantsRequest.Builder,ListParticipantsRequest>, IvsRealTimeRequest.Builder, SdkBuilder<ListParticipantsRequest.Builder,ListParticipantsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListParticipantsRequest

public static interface ListParticipantsRequest.Builder extends IvsRealTimeRequest.Builder, SdkPojo, CopyableBuilder<ListParticipantsRequest.Builder,ListParticipantsRequest>
  • Method Details

    • filterByPublished

      ListParticipantsRequest.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterByState

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • filterByState

      ListParticipantsRequest.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • filterByUserId

      ListParticipantsRequest.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListParticipantsRequest.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.
    • nextToken

      The first participant to retrieve. This is used for pagination; see the nextToken response field.

      Parameters:
      nextToken - The first participant to retrieve. This is used for pagination; see the nextToken response 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.