Class Tag.Builder

  • Enclosing class:
    Tag

    public static class Tag.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • tagName

        public Tag.Builder tagName​(String tagName)
        Key that specifies the tag name.
        Parameters:
        tagName - the value to set
        Returns:
        this builder
      • tagValue

        public Tag.Builder tagValue​(String tagValue)
        Value associated with the tag key.
        Parameters:
        tagValue - the value to set
        Returns:
        this builder
      • build

        public Tag build()