Package com.oracle.bmc.datacatalog.model
Class AsynchronousExportResult.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.AsynchronousExportResult.Builder
-
- Enclosing class:
- AsynchronousExportResult
public static class AsynchronousExportResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsynchronousExportResultbuild()AsynchronousExportResult.Buildercopy(AsynchronousExportResult model)AsynchronousExportResult.BuilderjobDefinitionKey(String jobDefinitionKey)Unique key of the export job definition.AsynchronousExportResult.BuilderjobDefinitionName(String jobDefinitionName)Display name of the export job.AsynchronousExportResult.BuilderjobExecutionKey(String jobExecutionKey)Unique key of the job execution.AsynchronousExportResult.BuilderjobKey(String jobKey)Unique key of the export job.AsynchronousExportResult.BuildersourceKey(String sourceKey)Unique key of the object being exported.
-
-
-
Method Detail
-
jobDefinitionName
public AsynchronousExportResult.Builder jobDefinitionName(String jobDefinitionName)
Display name of the export job.- Parameters:
jobDefinitionName- the value to set- Returns:
- this builder
-
jobDefinitionKey
public AsynchronousExportResult.Builder jobDefinitionKey(String jobDefinitionKey)
Unique key of the export job definition.- Parameters:
jobDefinitionKey- the value to set- Returns:
- this builder
-
jobKey
public AsynchronousExportResult.Builder jobKey(String jobKey)
Unique key of the export job.- Parameters:
jobKey- the value to set- Returns:
- this builder
-
jobExecutionKey
public AsynchronousExportResult.Builder jobExecutionKey(String jobExecutionKey)
Unique key of the job execution.- Parameters:
jobExecutionKey- the value to set- Returns:
- this builder
-
sourceKey
public AsynchronousExportResult.Builder sourceKey(String sourceKey)
Unique key of the object being exported.- Parameters:
sourceKey- the value to set- Returns:
- this builder
-
build
public AsynchronousExportResult build()
-
copy
public AsynchronousExportResult.Builder copy(AsynchronousExportResult model)
-
-