Class EnrichmentJobSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • semanticStoreId

        public EnrichmentJobSummary.Builder semanticStoreId​(String semanticStoreId)
        Owning SemanticStore OCID for a GenerateSqlJob.
        Parameters:
        semanticStoreId - the value to set
        Returns:
        this builder
      • displayName

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

        It does not have to be unique and can be modified. Avoid entering confidential information.

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

        public EnrichmentJobSummary.Builder enrichmentJobType​(EnrichmentJobType enrichmentJobType)
        Enrichment job type.

        Currently supported Full Build (All supported objects in a given schema) and Partial Build (Selected tables and/or supported objects in a given schema).

        Parameters:
        enrichmentJobType - the value to set
        Returns:
        this builder
      • timeAccepted

        public EnrichmentJobSummary.Builder timeAccepted​(Date timeAccepted)
        The date and time that the enrichment job was accepted in the format of an RFC3339 datetime string.
        Parameters:
        timeAccepted - the value to set
        Returns:
        this builder
      • lifecycleState

        public EnrichmentJobSummary.Builder lifecycleState​(LifecycleState lifecycleState)
        The lifecycleState of GenerateSqlJob.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder
      • freeformTags

        public EnrichmentJobSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        Simple key-value pair that is applied without any predefined name, type or scope.

        Exists for cross-compatibility only. Example: {“bar-key”: “value”}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • definedTags

        public EnrichmentJobSummary.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder
      • systemTags

        public EnrichmentJobSummary.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        System tags for this resource.

        Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

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