Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataAsset |
build() |
DataAsset.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the DataAsset.
|
DataAsset.Builder |
copy(DataAsset model) |
DataAsset.Builder |
dataSourceDetails(DataSourceDetails dataSourceDetails) |
DataAsset.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DataAsset.Builder |
description(String description)
A short description of the data asset.
|
DataAsset.Builder |
displayName(String displayName)
A user-friendly name.
|
DataAsset.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DataAsset.Builder |
id(String id)
The Unique Oracle ID (OCID) that is immutable on creation.
|
DataAsset.Builder |
lifecycleState(DataAsset.LifecycleState lifecycleState)
The lifecycle state of the Data Asset.
|
DataAsset.Builder |
privateEndpointId(String privateEndpointId)
OCID of Private Endpoint.
|
DataAsset.Builder |
projectId(String projectId)
The Unique project id which is created at project creation that is immutable on creation.
|
DataAsset.Builder |
systemTags(Map<String,Object> systemTags)
Usage of system tag keys.
|
DataAsset.Builder |
timeCreated(Date timeCreated)
The time the the DataAsset was created.
|
DataAsset.Builder |
timeUpdated(Date timeUpdated)
The time the the DataAsset was updated.
|
public DataAsset.Builder id(String id)
The Unique Oracle ID (OCID) that is immutable on creation.
id
- the value to setpublic DataAsset.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the DataAsset.
compartmentId
- the value to setpublic DataAsset.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic DataAsset.Builder description(String description)
A short description of the data asset.
description
- the value to setpublic DataAsset.Builder timeCreated(Date timeCreated)
The time the the DataAsset was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic DataAsset.Builder timeUpdated(Date timeUpdated)
The time the the DataAsset was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic DataAsset.Builder lifecycleState(DataAsset.LifecycleState lifecycleState)
The lifecycle state of the Data Asset.
lifecycleState
- the value to setpublic DataAsset.Builder projectId(String projectId)
The Unique project id which is created at project creation that is immutable on creation.
projectId
- the value to setpublic DataAsset.Builder dataSourceDetails(DataSourceDetails dataSourceDetails)
public DataAsset.Builder privateEndpointId(String privateEndpointId)
OCID of Private Endpoint.
privateEndpointId
- the value to setpublic DataAsset.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic DataAsset.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic DataAsset.Builder systemTags(Map<String,Object> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: { "orcl-cloud": { "free-tier-retained": "true" } }
systemTags
- the value to setpublic DataAsset build()
public DataAsset.Builder copy(DataAsset model)
Copyright © 2016–2024. All rights reserved.