Package com.oracle.bmc.datacatalog.model
Class CustomPropertySetUsage.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.CustomPropertySetUsage.Builder
-
- Enclosing class:
- CustomPropertySetUsage
public static class CustomPropertySetUsage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomPropertySetUsage
build()
CustomPropertySetUsage.Builder
copy(CustomPropertySetUsage model)
CustomPropertySetUsage.Builder
displayName(String displayName)
Name of the custom propertyCustomPropertySetUsage.Builder
key(String key)
Unique Identifier of the attribute which is IDCustomPropertySetUsage.Builder
namespaceName(String namespaceName)
Namespace name of the custom propertyCustomPropertySetUsage.Builder
value(String value)
The custom property value
-
-
-
Method Detail
-
key
public CustomPropertySetUsage.Builder key(String key)
Unique Identifier of the attribute which is ID- Parameters:
key
- the value to set- Returns:
- this builder
-
displayName
public CustomPropertySetUsage.Builder displayName(String displayName)
Name of the custom property- Parameters:
displayName
- the value to set- Returns:
- this builder
-
value
public CustomPropertySetUsage.Builder value(String value)
The custom property value- Parameters:
value
- the value to set- Returns:
- this builder
-
namespaceName
public CustomPropertySetUsage.Builder namespaceName(String namespaceName)
Namespace name of the custom property- Parameters:
namespaceName
- the value to set- Returns:
- this builder
-
build
public CustomPropertySetUsage build()
-
copy
public CustomPropertySetUsage.Builder copy(CustomPropertySetUsage model)
-
-