Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static DiscoveryJob.Builder |
DiscoveryJob.builder()
Create a new builder.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.copy(DiscoveryJob model) |
DiscoveryJob.Builder |
DiscoveryJob.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.discoveryType(DiscoveryJob.DiscoveryType discoveryType)
The type of the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.displayName(String displayName)
The display name of the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.id(String id)
The OCID of the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.isAppDefinedRelationDiscoveryEnabled(Boolean isAppDefinedRelationDiscoveryEnabled)
Indicates if the discovery job should identify potential application-level
(non-dictionary) referential relationships between columns.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.isIncludeAllSchemas(Boolean isIncludeAllSchemas)
Indicates if all the schemas in the associated target database are used for data
discovery.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.isIncludeAllSensitiveTypes(Boolean isIncludeAllSensitiveTypes)
Indicates if all the existing sensitive types are used for data discovery.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.isSampleDataCollectionEnabled(Boolean isSampleDataCollectionEnabled)
Indicates if the discovery job should collect and store sample data values for the
discovered columns.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.lifecycleState(DiscoveryLifecycleState lifecycleState)
The current state of the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.schemasForDiscovery(List<String> schemasForDiscovery)
The schemas used for data discovery.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model associated with the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.sensitiveTypeIdsForDiscovery(List<String> sensitiveTypeIdsForDiscovery)
The OCIDs of the sensitive types used for data discovery.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.tablesForDiscovery(List<TablesForDiscovery> tablesForDiscovery)
The data discovery jobs will scan the tables specified here, including both schemas and
tables.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.targetId(String targetId)
The OCID of the target database associated with the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.timeFinished(Date timeFinished)
The date and time the discovery job finished, in the format defined by
RFC3339..
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.timeStarted(Date timeStarted)
The date and time the discovery job started, in the format defined by
RFC3339.
|
DiscoveryJob.Builder |
DiscoveryJob.toBuilder() |
DiscoveryJob.Builder |
DiscoveryJob.Builder.totalColumnsScanned(Long totalColumnsScanned)
The total number of columns scanned by the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.totalDeletedSensitiveColumns(Long totalDeletedSensitiveColumns)
The total number of deleted sensitive columns identified by the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.totalModifiedSensitiveColumns(Long totalModifiedSensitiveColumns)
The total number of modified sensitive columns identified by the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.totalNewSensitiveColumns(Long totalNewSensitiveColumns)
The total number of new sensitive columns identified by the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.totalObjectsScanned(Long totalObjectsScanned)
The total number of objects (tables and editioning views) scanned by the discovery job.
|
DiscoveryJob.Builder |
DiscoveryJob.Builder.totalSchemasScanned(Long totalSchemasScanned)
The total number of schemas scanned by the discovery job.
|
Copyright © 2016–2024. All rights reserved.