Class Tag.Builder

  • Enclosing class:
    Tag

    public static class Tag.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • namespace

        public Tag.Builder namespace​(String namespace)
        The tag namespace.
        Parameters:
        namespace - the value to set
        Returns:
        this builder
      • key

        public Tag.Builder key​(String key)
        The tag key.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • value

        public Tag.Builder value​(String value)
        The tag value.
        Parameters:
        value - the value to set
        Returns:
        this builder
      • build

        public Tag build()