Class DiscoveryJobSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public DiscoveryJobSummary.Builder displayName​(String displayName)
        The display name of the discovery job.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • timeStarted

        public DiscoveryJobSummary.Builder timeStarted​(Date timeStarted)
        The date and time the discovery job started, in the format defined by RFC3339.
        Parameters:
        timeStarted - the value to set
        Returns:
        this builder
      • timeFinished

        public DiscoveryJobSummary.Builder timeFinished​(Date timeFinished)
        The date and time the discovery job finished, in the format defined by RFC3339.
        Parameters:
        timeFinished - the value to set
        Returns:
        this builder
      • sensitiveDataModelId

        public DiscoveryJobSummary.Builder sensitiveDataModelId​(String sensitiveDataModelId)
        The OCID of the sensitive data model associated with the discovery job.
        Parameters:
        sensitiveDataModelId - the value to set
        Returns:
        this builder
      • targetId

        public DiscoveryJobSummary.Builder targetId​(String targetId)
        The OCID of the target database associated with the discovery job.
        Parameters:
        targetId - the value to set
        Returns:
        this builder
      • compartmentId

        public DiscoveryJobSummary.Builder compartmentId​(String compartmentId)
        The OCID of the compartment to contain the discovery job.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • freeformTags

        public DiscoveryJobSummary.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags

        Example: {"Department": "Finance"}

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

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

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {“Operations”: {“CostCenter”: “42”}}

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