Package com.oracle.bmc.datacatalog.model
Class CustomPropertyTypeUsage.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.CustomPropertyTypeUsage.Builder
-
- Enclosing class:
- CustomPropertyTypeUsage
public static class CustomPropertyTypeUsage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomPropertyTypeUsagebuild()CustomPropertyTypeUsage.Buildercopy(CustomPropertyTypeUsage model)CustomPropertyTypeUsage.Buildercount(Integer count)Number of objects associated with this typeCustomPropertyTypeUsage.BuilderisEventEnabled(Boolean isEventEnabled)If an OCI Event will be emitted when the custom property is modified.CustomPropertyTypeUsage.BuildertypeId(String typeId)Unique type key identifierCustomPropertyTypeUsage.BuildertypeName(String typeName)Name of the type associated with
-
-
-
Method Detail
-
typeId
public CustomPropertyTypeUsage.Builder typeId(String typeId)
Unique type key identifier- Parameters:
typeId- the value to set- Returns:
- this builder
-
typeName
public CustomPropertyTypeUsage.Builder typeName(String typeName)
Name of the type associated with- Parameters:
typeName- the value to set- Returns:
- this builder
-
count
public CustomPropertyTypeUsage.Builder count(Integer count)
Number of objects associated with this type- Parameters:
count- the value to set- Returns:
- this builder
-
isEventEnabled
public CustomPropertyTypeUsage.Builder isEventEnabled(Boolean isEventEnabled)
If an OCI Event will be emitted when the custom property is modified.- Parameters:
isEventEnabled- the value to set- Returns:
- this builder
-
build
public CustomPropertyTypeUsage build()
-
copy
public CustomPropertyTypeUsage.Builder copy(CustomPropertyTypeUsage model)
-
-