Interface DocumentKeyValuesFilter.Builder

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

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

    • key

      The name of the filter key.

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

      The value for the filter key.

      Parameters:
      values - The value for the filter key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The value for the filter key.

      Parameters:
      values - The value for the filter key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.