public static class DiscoveryJobSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DiscoveryJobSummary |
build() |
DiscoveryJobSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment to contain the discovery job.
|
DiscoveryJobSummary.Builder |
copy(DiscoveryJobSummary model) |
DiscoveryJobSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DiscoveryJobSummary.Builder |
discoveryType(DiscoveryJob.DiscoveryType discoveryType)
The type of discovery.
|
DiscoveryJobSummary.Builder |
displayName(String displayName)
The display name of the discovery job.
|
DiscoveryJobSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DiscoveryJobSummary.Builder |
id(String id)
The OCID of the discovery job.
|
DiscoveryJobSummary.Builder |
lifecycleState(DiscoveryLifecycleState lifecycleState)
The current state of the discovery job.
|
DiscoveryJobSummary.Builder |
sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model associated with the discovery job.
|
DiscoveryJobSummary.Builder |
targetId(String targetId)
The OCID of the target database associated with the discovery job.
|
DiscoveryJobSummary.Builder |
timeFinished(Date timeFinished)
The date and time the discovery job finished, in the format defined by
RFC3339.
|
DiscoveryJobSummary.Builder |
timeStarted(Date timeStarted)
The date and time the discovery job started, in the format defined by
RFC3339.
|
public DiscoveryJobSummary.Builder id(String id)
The OCID of the discovery job.
id
- the value to setpublic DiscoveryJobSummary.Builder displayName(String displayName)
The display name of the discovery job.
displayName
- the value to setpublic DiscoveryJobSummary.Builder timeStarted(Date timeStarted)
The date and time the discovery job started, in the format defined by RFC3339.
timeStarted
- the value to setpublic DiscoveryJobSummary.Builder timeFinished(Date timeFinished)
The date and time the discovery job finished, in the format defined by RFC3339.
timeFinished
- the value to setpublic DiscoveryJobSummary.Builder sensitiveDataModelId(String sensitiveDataModelId)
The OCID of the sensitive data model associated with the discovery job.
sensitiveDataModelId
- the value to setpublic DiscoveryJobSummary.Builder targetId(String targetId)
The OCID of the target database associated with the discovery job.
targetId
- the value to setpublic DiscoveryJobSummary.Builder lifecycleState(DiscoveryLifecycleState lifecycleState)
The current state of the discovery job.
lifecycleState
- the value to setpublic DiscoveryJobSummary.Builder discoveryType(DiscoveryJob.DiscoveryType discoveryType)
The type of discovery.
discoveryType
- the value to setpublic DiscoveryJobSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment to contain the discovery job.
compartmentId
- the value to setpublic DiscoveryJobSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic DiscoveryJobSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic DiscoveryJobSummary build()
public DiscoveryJobSummary.Builder copy(DiscoveryJobSummary model)
Copyright © 2016–2024. All rights reserved.