public static class DataAssetSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataAssetSummary |
build() |
DataAssetSummary.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
DataAssetSummary.Builder |
copy(DataAssetSummary model) |
DataAssetSummary.Builder |
dataSourceType(DataSourceType dataSourceType)
Data source type where actually data asset is being stored
|
DataAssetSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DataAssetSummary.Builder |
description(String description)
A short description of the Ai data asset
|
DataAssetSummary.Builder |
displayName(String displayName)
DataAsset Identifier, can be renamed
|
DataAssetSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DataAssetSummary.Builder |
id(String id)
Unique identifier that is immutable on creation
|
DataAssetSummary.Builder |
lifecycleState(DataAsset.LifecycleState lifecycleState)
The current state of the data asset.
|
DataAssetSummary.Builder |
privateEndpointId(String privateEndpointId)
OCID of Private Endpoint.
|
DataAssetSummary.Builder |
projectId(String projectId)
Unique identifier for a project that is immutable on creation
|
DataAssetSummary.Builder |
systemTags(Map<String,Object> systemTags)
Usage of system tag keys.
|
DataAssetSummary.Builder |
timeCreated(Date timeCreated)
The time the the DataAsset was created.
|
DataAssetSummary.Builder |
timeUpdated(Date timeUpdated)
The time the the DataAsset was updated.
|
public DataAssetSummary.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic DataAssetSummary.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic DataAssetSummary.Builder displayName(String displayName)
DataAsset Identifier, can be renamed
displayName
- the value to setpublic DataAssetSummary.Builder description(String description)
A short description of the Ai data asset
description
- the value to setpublic DataAssetSummary.Builder timeCreated(Date timeCreated)
The time the the DataAsset was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic DataAssetSummary.Builder timeUpdated(Date timeUpdated)
The time the the DataAsset was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic DataAssetSummary.Builder lifecycleState(DataAsset.LifecycleState lifecycleState)
The current state of the data asset.
lifecycleState
- the value to setpublic DataAssetSummary.Builder projectId(String projectId)
Unique identifier for a project that is immutable on creation
projectId
- the value to setpublic DataAssetSummary.Builder dataSourceType(DataSourceType dataSourceType)
Data source type where actually data asset is being stored
dataSourceType
- the value to setpublic DataAssetSummary.Builder privateEndpointId(String privateEndpointId)
OCID of Private Endpoint.
privateEndpointId
- the value to setpublic DataAssetSummary.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 DataAssetSummary.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 DataAssetSummary.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 DataAssetSummary build()
public DataAssetSummary.Builder copy(DataAssetSummary model)
Copyright © 2016–2024. All rights reserved.