Interface ListRoomsRequest.Builder

  • Method Details

    • name

      Filters the list to match the specified room name.

      Parameters:
      name - Filters the list to match the specified room name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListRoomsRequest.Builder nextToken(String nextToken)

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

      Parameters:
      nextToken - The first room 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.
    • maxResults

      ListRoomsRequest.Builder maxResults(Integer maxResults)

      Maximum number of rooms to return. Default: 50.

      Parameters:
      maxResults - Maximum number of rooms to return. Default: 50.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • messageReviewHandlerUri

      ListRoomsRequest.Builder messageReviewHandlerUri(String messageReviewHandlerUri)

      Filters the list to match the specified message review handler URI.

      Parameters:
      messageReviewHandlerUri - Filters the list to match the specified message review handler URI.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loggingConfigurationIdentifier

      ListRoomsRequest.Builder loggingConfigurationIdentifier(String loggingConfigurationIdentifier)

      Logging-configuration identifier.

      Parameters:
      loggingConfigurationIdentifier - Logging-configuration identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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