Interface TagSet.Builder

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

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

    • key

      The tag key in the tagSet.

      Parameters:
      key - The tag key in the tagSet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      TagSet.Builder value(String value)

      The tag value in the tagSet.

      Parameters:
      value - The tag value in the tagSet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.