Interface ListRoomsRequest.Builder

    • Method Detail

      • 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.
      • 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.
      • name

        ListRoomsRequest.Builder name​(String 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.