public static class UpdateDataAssetDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDataAssetDetails |
build() |
UpdateDataAssetDetails.Builder |
copy(UpdateDataAssetDetails model) |
UpdateDataAssetDetails.Builder |
customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
|
UpdateDataAssetDetails.Builder |
description(String description)
Detailed description of the data asset.
|
UpdateDataAssetDetails.Builder |
displayName(String displayName)
A user-friendly display name.
|
UpdateDataAssetDetails.Builder |
properties(Map<String,Map<String,String>> properties)
A map of maps that contains the properties which are specific to the asset type.
|
public UpdateDataAssetDetails.Builder displayName(String displayName)
A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
displayName
- the value to setpublic UpdateDataAssetDetails.Builder description(String description)
Detailed description of the data asset.
description
- the value to setpublic UpdateDataAssetDetails.Builder customPropertyMembers(List<CustomPropertySetUsage> customPropertyMembers)
The list of customized properties along with the values for this object
customPropertyMembers
- the value to setpublic UpdateDataAssetDetails.Builder properties(Map<String,Map<String,String>> properties)
A map of maps that contains the properties which are specific to the asset type. Each
data asset type definition defines it’s set of required and optional properties. The map
keys are category names and the values are maps of property name to property value. Every
property is contained inside of a category. Most data assets have required properties
within the “default” category. Example: {"properties": { "default": { "host":
"host1", "port": "1521", "database": "orcl"}}}
properties
- the value to setpublic UpdateDataAssetDetails build()
public UpdateDataAssetDetails.Builder copy(UpdateDataAssetDetails model)
Copyright © 2016–2024. All rights reserved.