Uses of Class
com.oracle.bmc.datacatalog.model.RuleAttribute.Builder
-
Packages that use RuleAttribute.Builder Package Description com.oracle.bmc.datacatalog.model -
-
Uses of RuleAttribute.Builder in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return RuleAttribute.Builder Modifier and Type Method Description static RuleAttribute.Builder
RuleAttribute. builder()
Create a new builder.RuleAttribute.Builder
RuleAttribute.Builder. copy(RuleAttribute model)
RuleAttribute.Builder
RuleAttribute.Builder. displayName(String displayName)
A user-friendly display name.RuleAttribute.Builder
RuleAttribute.Builder. key(String key)
Immutable unique key of the attribute.RuleAttribute.Builder
RuleAttribute.Builder. position(Integer position)
Position of the attribute in the record definition.RuleAttribute.Builder
RuleAttribute. toBuilder()
-