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

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

    • key

      One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.

      Parameters:
      key - One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      One part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null.

      Parameters:
      values - One part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      TagFilter.Builder values(String... values)

      One part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null.

      Parameters:
      values - One part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.