Interface BotLocaleFilter.Builder

    • Method Detail

      • values

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

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

        BotLocaleFilter.Builder operator​(String operator)

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

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListBotLocales operation should return only aliases that equal the specified value. Specify CO when the ListBotLocales 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:
        BotLocaleFilterOperator, BotLocaleFilterOperator
      • operator

        BotLocaleFilter.Builder operator​(BotLocaleFilterOperator operator)

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

        Parameters:
        operator - The operator to use for the filter. Specify EQ when the ListBotLocales operation should return only aliases that equal the specified value. Specify CO when the ListBotLocales 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:
        BotLocaleFilterOperator, BotLocaleFilterOperator