Interface BotFilter.Builder

    • Method Detail

      • name

        BotFilter.Builder name​(String name)

        The name of the field to filter the list of bots.

        Parameters:
        name - The name of the field to filter the list of bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotFilterName, BotFilterName
      • name

        BotFilter.Builder name​(BotFilterName name)

        The name of the field to filter the list of bots.

        Parameters:
        name - The name of the field to filter the list of bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotFilterName, BotFilterName
      • values

        BotFilter.Builder values​(Collection<String> values)

        The value to use for filtering the list of bots.

        Parameters:
        values - The value to use for filtering the list of bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        BotFilter.Builder values​(String... values)

        The value to use for filtering the list of bots.

        Parameters:
        values - The value to use for filtering the list of bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        BotFilter.Builder operator​(String operator)

        The operator to use for the filter. Specify EQ when the ListBots operation should return only aliases that equal the specified value. Specify CO when the ListBots operation should return aliases that contain the specified value.

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListBots operation should return only aliases that equal the specified value. Specify CO when the ListBots operation should return aliases that contain the specified value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotFilterOperator, BotFilterOperator
      • operator

        BotFilter.Builder operator​(BotFilterOperator operator)

        The operator to use for the filter. Specify EQ when the ListBots operation should return only aliases that equal the specified value. Specify CO when the ListBots operation should return aliases that contain the specified value.

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListBots operation should return only aliases that equal the specified value. Specify CO when the ListBots operation should return aliases that contain the specified value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotFilterOperator, BotFilterOperator