Interface KeywordFilter.Builder

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

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

    • name

      The name of the attribute to filter on.

      Parameters:
      name - The name of the attribute to filter on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the attribute to filter on.

      Parameters:
      name - The name of the attribute to filter on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      An array values to filter for.

      Parameters:
      values - An array values to filter for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      KeywordFilter.Builder values(String... values)

      An array values to filter for.

      Parameters:
      values - An array values to filter for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.