Interface Filter.Builder

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

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

    • name

      Filter.Builder name(String name)

      The name for this filter.

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

      The name for this filter.

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

      Filter.Builder values(Collection<String> values)

      The values of the filter. These are all the values for any of the applied filters.

      Parameters:
      values - The values of the filter. These are all the values for any of the applied filters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      Filter.Builder values(String... values)

      The values of the filter. These are all the values for any of the applied filters.

      Parameters:
      values - The values of the filter. These are all the values for any of the applied filters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.