Class CreateDataAssetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.aianomalydetection.model.CreateDataAssetDetails.Builder
-
- Enclosing class:
- CreateDataAssetDetails
public static class CreateDataAssetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDataAssetDetails
build()
CreateDataAssetDetails.Builder
compartmentId(String compartmentId)
The OCID for the data asset’s compartment.CreateDataAssetDetails.Builder
copy(CreateDataAssetDetails model)
CreateDataAssetDetails.Builder
dataSourceDetails(DataSourceDetails dataSourceDetails)
CreateDataAssetDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.CreateDataAssetDetails.Builder
description(String description)
A short description of the Ai data assetCreateDataAssetDetails.Builder
displayName(String displayName)
A user-friendly display name for the resource.CreateDataAssetDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.CreateDataAssetDetails.Builder
privateEndpointId(String privateEndpointId)
OCID of Private Endpoint.CreateDataAssetDetails.Builder
projectId(String projectId)
The OCID of the project to associate with the data asset.
-
-
-
Method Detail
-
displayName
public CreateDataAssetDetails.Builder displayName(String displayName)
A user-friendly display name for the resource.It does not have to be unique and can be modified. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public CreateDataAssetDetails.Builder compartmentId(String compartmentId)
The OCID for the data asset’s compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
projectId
public CreateDataAssetDetails.Builder projectId(String projectId)
The OCID of the project to associate with the data asset.- Parameters:
projectId
- the value to set- Returns:
- this builder
-
description
public CreateDataAssetDetails.Builder description(String description)
A short description of the Ai data asset- Parameters:
description
- the value to set- Returns:
- this builder
-
dataSourceDetails
public CreateDataAssetDetails.Builder dataSourceDetails(DataSourceDetails dataSourceDetails)
-
privateEndpointId
public CreateDataAssetDetails.Builder privateEndpointId(String privateEndpointId)
OCID of Private Endpoint.- Parameters:
privateEndpointId
- the value to set- Returns:
- this builder
-
freeformTags
public CreateDataAssetDetails.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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public CreateDataAssetDetails.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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public CreateDataAssetDetails build()
-
copy
public CreateDataAssetDetails.Builder copy(CreateDataAssetDetails model)
-
-