Class BaseTagSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public BaseTagSummary.Builder key​(String key)
        Unique tag key that is immutable.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • timeCreated

        public BaseTagSummary.Builder timeCreated​(Date timeCreated)
        The date and time the tag was created, in the format defined by RFC3339.

        Example: 2019-03-25T21:10:29.600Z

        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • name

        public BaseTagSummary.Builder name​(String name)
        Name of the tag that matches the term name.
        Parameters:
        name - the value to set
        Returns:
        this builder
      • uri

        public BaseTagSummary.Builder uri​(String uri)
        URI to the tag instance in the API.
        Parameters:
        uri - the value to set
        Returns:
        this builder
      • termKey

        public BaseTagSummary.Builder termKey​(String termKey)
        Unique key of the related term.
        Parameters:
        termKey - the value to set
        Returns:
        this builder
      • termPath

        public BaseTagSummary.Builder termPath​(String termPath)
        Path of the related term.
        Parameters:
        termPath - the value to set
        Returns:
        this builder
      • termDescription

        public BaseTagSummary.Builder termDescription​(String termDescription)
        Description of the related term.
        Parameters:
        termDescription - the value to set
        Returns:
        this builder
      • glossaryKey

        public BaseTagSummary.Builder glossaryKey​(String glossaryKey)
        Unique id of the parent glossary of the term.
        Parameters:
        glossaryKey - the value to set
        Returns:
        this builder
      • lifecycleState

        public BaseTagSummary.Builder lifecycleState​(LifecycleState lifecycleState)
        State of the Tag.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder