Class UpdateJobDefinitionDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public UpdateJobDefinitionDetails.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
      • isIncremental

        public UpdateJobDefinitionDetails.Builder isIncremental​(Boolean isIncremental)
        Specifies if the job definition is incremental or full.
        Parameters:
        isIncremental - the value to set
        Returns:
        this builder
      • dataAssetKey

        public UpdateJobDefinitionDetails.Builder dataAssetKey​(String dataAssetKey)
        The key of the data asset for which the job is defined.
        Parameters:
        dataAssetKey - the value to set
        Returns:
        this builder
      • glossaryKey

        public UpdateJobDefinitionDetails.Builder glossaryKey​(String glossaryKey)
        Unique key of the glossary to which this job applies.
        Parameters:
        glossaryKey - the value to set
        Returns:
        this builder
      • description

        public UpdateJobDefinitionDetails.Builder description​(String description)
        Detailed description of the job definition.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • connectionKey

        public UpdateJobDefinitionDetails.Builder connectionKey​(String connectionKey)
        The key of the connection resource to be used for harvest, sampling, profiling jobs.
        Parameters:
        connectionKey - the value to set
        Returns:
        this builder
      • isSampleDataExtracted

        public UpdateJobDefinitionDetails.Builder isSampleDataExtracted​(Boolean isSampleDataExtracted)
        Specify if sample data to be extracted as part of this harvest.
        Parameters:
        isSampleDataExtracted - the value to set
        Returns:
        this builder
      • sampleDataSizeInMBs

        public UpdateJobDefinitionDetails.Builder sampleDataSizeInMBs​(Integer sampleDataSizeInMBs)
        Specify the sample data size in MB, specified as number of rows, for this metadata harvest.
        Parameters:
        sampleDataSizeInMBs - the value to set
        Returns:
        this builder
      • properties

        public UpdateJobDefinitionDetails.Builder properties​(Map<String,​Map<String,​String>> properties)
        A map of maps that contains the properties which are specific to the job type.

        Each job type definition may define it’s set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most job definitions have required properties within the “default” category. Example: {“properties”: { “default”: { “host”: “host1”, “port”: “1521”, “database”: “orcl”}}}

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