Class ImportLineageJobResult.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • dataAssetKey

        public ImportLineageJobResult.Builder dataAssetKey​(String dataAssetKey)
        The unique key of the data asset on which import is triggered.
        Parameters:
        dataAssetKey - the value to set
        Returns:
        this builder
      • importJobDefinitionKey

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

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

        public ImportLineageJobResult.Builder importJobExecutionKey​(String importJobExecutionKey)
        The unique key of the parent job execution for which the log resource is created.
        Parameters:
        importJobExecutionKey - the value to set
        Returns:
        this builder
      • importJobExecutionStatus

        public ImportLineageJobResult.Builder importJobExecutionStatus​(JobExecutionState importJobExecutionStatus)
        The state of the import job execution.
        Parameters:
        importJobExecutionStatus - the value to set
        Returns:
        this builder