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