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