Class GlossarySummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public GlossarySummary.Builder key​(String key)
        Unique glossary key that is immutable.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • displayName

        public GlossarySummary.Builder displayName​(String displayName)
        A user-friendly display name.

        Does not have to be unique, and it’s changeable. Avoid entering confidential information.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • catalogId

        public GlossarySummary.Builder catalogId​(String catalogId)
        The data catalog’s OCID.
        Parameters:
        catalogId - the value to set
        Returns:
        this builder
      • timeCreated

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

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

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

        public GlossarySummary.Builder description​(String description)
        Detailed description of the glossary.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • uri

        public GlossarySummary.Builder uri​(String uri)
        URI to the glossary instance in the API.
        Parameters:
        uri - the value to set
        Returns:
        this builder
      • workflowStatus

        public GlossarySummary.Builder workflowStatus​(TermWorkflowStatus workflowStatus)
        Status of the approval process workflow for this business glossary.
        Parameters:
        workflowStatus - the value to set
        Returns:
        this builder
      • lifecycleState

        public GlossarySummary.Builder lifecycleState​(LifecycleState lifecycleState)
        State of the Glossary.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder
      • importJobDefinitionKey

        public GlossarySummary.Builder importJobDefinitionKey​(String importJobDefinitionKey)
        The unique key of the job definition resource that was used in the Glossary import.
        Parameters:
        importJobDefinitionKey - the value to set
        Returns:
        this builder
      • importJobKey

        public GlossarySummary.Builder importJobKey​(String importJobKey)
        The unique key of the job policy for Glossary import.
        Parameters:
        importJobKey - the value to set
        Returns:
        this builder
      • latestImportJobExecutionKey

        public GlossarySummary.Builder latestImportJobExecutionKey​(String latestImportJobExecutionKey)
        The unique key of the parent job execution for which the log resource was created.
        Parameters:
        latestImportJobExecutionKey - the value to set
        Returns:
        this builder
      • latestImportJobExecutionStatus

        public GlossarySummary.Builder latestImportJobExecutionStatus​(String latestImportJobExecutionStatus)
        Status of the latest glossary import job execution, such as running, paused, or completed.

        This may include additional information like time import started , import file size and % of completion

        Parameters:
        latestImportJobExecutionStatus - the value to set
        Returns:
        this builder