Interface BotFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BotFilter.Builder,BotFilter>, SdkBuilder<BotFilter.Builder,BotFilter>, SdkPojo
Enclosing class:
BotFilter

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

    • 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:
    • 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:
    • 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:
    • 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: