Interface Filter.Builder

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

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

    • pattern

      Filter.Builder pattern(String pattern)

      A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.

      Parameters:
      pattern - A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.
      Returns:
      Returns a reference to this object so that method calls can be chained together.