Uses of Class
com.oracle.bmc.loganalytics.model.PropertyDefinition.Builder
-
Packages that use PropertyDefinition.Builder Package Description com.oracle.bmc.loganalytics.model -
-
Uses of PropertyDefinition.Builder in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return PropertyDefinition.Builder Modifier and Type Method Description static PropertyDefinition.Builder
PropertyDefinition. builder()
Create a new builder.PropertyDefinition.Builder
PropertyDefinition.Builder. copy(PropertyDefinition model)
PropertyDefinition.Builder
PropertyDefinition.Builder. isGlobal(Boolean isGlobal)
True if property is for all macros.PropertyDefinition.Builder
PropertyDefinition.Builder. name(String name)
Name of the property.PropertyDefinition.Builder
PropertyDefinition. toBuilder()
PropertyDefinition.Builder
PropertyDefinition.Builder. type(PropertyDefinition.Type type)
Type of the property.PropertyDefinition.Builder
PropertyDefinition.Builder. value(String value)
Value of the property.
-