Class AddSchemaFromJdbcRequest.Builder
Object
Builder
- Enclosing class:
AddSchemaFromJdbcRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
cronExpression
(String cronExpression) cronTimeZone
(String cronTimeZone) description
(String description) detectAdvancedDataTypes
(boolean detectAdvancedDataTypes) executeProfiling
(boolean executeProfiling) extractDataSample
(boolean extractDataSample) jdbcConnectionString
(String jdbcConnectionString) jdbcDriverId
(UUID jdbcDriverId) password
(char[] password) properties
(Map<String, String> properties) schemaName
(String schemaName) storeCredentials
(boolean storeCredentials) tablesToSkip
(List<String> tablesToSkip) toString()
-
Method Details
-
schemaName
- Returns:
this
.
-
jdbcDriverId
- Returns:
this
.
-
properties
- Returns:
this
.
-
user
- Returns:
this
.
-
password
- Returns:
this
.
-
jdbcConnectionString
- Returns:
this
.
-
description
- Returns:
this
.
-
ownerId
- Returns:
this
.
-
storeCredentials
- Returns:
this
.
-
cronExpression
- Returns:
this
.
-
cronTimeZone
- Returns:
this
.
-
extractDataSample
- Returns:
this
.
-
executeProfiling
- Returns:
this
.
-
detectAdvancedDataTypes
- Returns:
this
.
-
tablesToSkip
- Returns:
this
.
-
jobServer
- Returns:
this
.
-
build
-
toString
-