Interface FilterAttribute.Builder

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

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

    • key

      The name that the metadata attribute must match.

      Parameters:
      key - The name that the metadata attribute must match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value to whcih to compare the value of the metadata attribute.

      Parameters:
      value - The value to whcih to compare the value of the metadata attribute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.