public static class ImportLineageJobResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ImportLineageJobResult |
build() |
ImportLineageJobResult.Builder |
copy(ImportLineageJobResult model) |
ImportLineageJobResult.Builder |
dataAssetKey(String dataAssetKey)
The unique key of the data asset on which import is triggered.
|
ImportLineageJobResult.Builder |
importJobDefinitionKey(String importJobDefinitionKey)
The unique key of the job definition resource that is used for the import.
|
ImportLineageJobResult.Builder |
importJobExecutionKey(String importJobExecutionKey)
The unique key of the parent job execution for which the log resource is created.
|
ImportLineageJobResult.Builder |
importJobExecutionStatus(JobExecutionState importJobExecutionStatus)
The state of the import job execution.
|
ImportLineageJobResult.Builder |
importJobKey(String importJobKey)
The unique key of the job for the import.
|
public ImportLineageJobResult.Builder dataAssetKey(String dataAssetKey)
The unique key of the data asset on which import is triggered.
dataAssetKey
- the value to setpublic ImportLineageJobResult.Builder importJobDefinitionKey(String importJobDefinitionKey)
The unique key of the job definition resource that is used for the import.
importJobDefinitionKey
- the value to setpublic ImportLineageJobResult.Builder importJobKey(String importJobKey)
The unique key of the job for the import.
importJobKey
- the value to setpublic ImportLineageJobResult.Builder importJobExecutionKey(String importJobExecutionKey)
The unique key of the parent job execution for which the log resource is created.
importJobExecutionKey
- the value to setpublic ImportLineageJobResult.Builder importJobExecutionStatus(JobExecutionState importJobExecutionStatus)
The state of the import job execution.
importJobExecutionStatus
- the value to setpublic ImportLineageJobResult build()
public ImportLineageJobResult.Builder copy(ImportLineageJobResult model)
Copyright © 2016–2025. All rights reserved.