public static class CustomPropertyTypeUsage.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomPropertyTypeUsage |
build() |
CustomPropertyTypeUsage.Builder |
copy(CustomPropertyTypeUsage model) |
CustomPropertyTypeUsage.Builder |
count(Integer count)
Number of objects associated with this type
|
CustomPropertyTypeUsage.Builder |
isEventEnabled(Boolean isEventEnabled)
If an OCI Event will be emitted when the custom property is modified.
|
CustomPropertyTypeUsage.Builder |
typeId(String typeId)
Unique type key identifier
|
CustomPropertyTypeUsage.Builder |
typeName(String typeName)
Name of the type associated with
|
public CustomPropertyTypeUsage.Builder typeId(String typeId)
Unique type key identifier
typeId
- the value to setpublic CustomPropertyTypeUsage.Builder typeName(String typeName)
Name of the type associated with
typeName
- the value to setpublic CustomPropertyTypeUsage.Builder count(Integer count)
Number of objects associated with this type
count
- the value to setpublic CustomPropertyTypeUsage.Builder isEventEnabled(Boolean isEventEnabled)
If an OCI Event will be emitted when the custom property is modified.
isEventEnabled
- the value to setpublic CustomPropertyTypeUsage build()
public CustomPropertyTypeUsage.Builder copy(CustomPropertyTypeUsage model)
Copyright © 2016–2024. All rights reserved.