public static class CreateJobDefinitionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateJobDefinitionDetails |
build() |
CreateJobDefinitionDetails.Builder |
connectionKey(String connectionKey)
The key of the connection resource to be used for the job.
|
CreateJobDefinitionDetails.Builder |
copy(CreateJobDefinitionDetails model) |
CreateJobDefinitionDetails.Builder |
dataAssetKey(String dataAssetKey)
The key of the data asset for which the job is defined.
|
CreateJobDefinitionDetails.Builder |
description(String description)
Detailed description of the job definition.
|
CreateJobDefinitionDetails.Builder |
displayName(String displayName)
A user-friendly display name.
|
CreateJobDefinitionDetails.Builder |
glossaryKey(String glossaryKey)
Unique key of the glossary to which this job applies.
|
CreateJobDefinitionDetails.Builder |
isIncremental(Boolean isIncremental)
Specifies if the job definition is incremental or full.
|
CreateJobDefinitionDetails.Builder |
isSampleDataExtracted(Boolean isSampleDataExtracted)
Specify if sample data to be extracted as part of this harvest.
|
CreateJobDefinitionDetails.Builder |
jobType(JobType jobType)
Type of the job definition.
|
CreateJobDefinitionDetails.Builder |
properties(Map<String,Map<String,String>> properties)
A map of maps that contains the properties which are specific to the job type.
|
CreateJobDefinitionDetails.Builder |
sampleDataSizeInMBs(Integer sampleDataSizeInMBs)
Specify the sample data size in MB, specified as number of rows, for this metadata
harvest.
|
public CreateJobDefinitionDetails.Builder displayName(String displayName)
A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic CreateJobDefinitionDetails.Builder description(String description)
Detailed description of the job definition.
description
- the value to setpublic CreateJobDefinitionDetails.Builder jobType(JobType jobType)
Type of the job definition.
jobType
- the value to setpublic CreateJobDefinitionDetails.Builder isIncremental(Boolean isIncremental)
Specifies if the job definition is incremental or full.
isIncremental
- the value to setpublic CreateJobDefinitionDetails.Builder dataAssetKey(String dataAssetKey)
The key of the data asset for which the job is defined.
dataAssetKey
- the value to setpublic CreateJobDefinitionDetails.Builder glossaryKey(String glossaryKey)
Unique key of the glossary to which this job applies.
glossaryKey
- the value to setpublic CreateJobDefinitionDetails.Builder connectionKey(String connectionKey)
The key of the connection resource to be used for the job.
connectionKey
- the value to setpublic CreateJobDefinitionDetails.Builder isSampleDataExtracted(Boolean isSampleDataExtracted)
Specify if sample data to be extracted as part of this harvest.
isSampleDataExtracted
- the value to setpublic CreateJobDefinitionDetails.Builder sampleDataSizeInMBs(Integer sampleDataSizeInMBs)
Specify the sample data size in MB, specified as number of rows, for this metadata harvest.
sampleDataSizeInMBs
- the value to setpublic CreateJobDefinitionDetails.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"}}}
properties
- the value to setpublic CreateJobDefinitionDetails build()
public CreateJobDefinitionDetails.Builder copy(CreateJobDefinitionDetails model)
Copyright © 2016–2024. All rights reserved.