Uses of Class
com.oracle.bmc.datacatalog.model.EventConfig.Builder
-
Packages that use EventConfig.Builder Package Description com.oracle.bmc.datacatalog.model -
-
Uses of EventConfig.Builder in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return EventConfig.Builder Modifier and Type Method Description static EventConfig.Builder
EventConfig. builder()
Create a new builder.EventConfig.Builder
EventConfig.Builder. copy(EventConfig model)
EventConfig.Builder
EventConfig.Builder. createdById(String createdById)
OCID of the user who created the configuration.EventConfig.Builder
EventConfig.Builder. eventConfigStatus(EventConfigStatus eventConfigStatus)
Status of the configuration.EventConfig.Builder
EventConfig.Builder. propertyId(String propertyId)
Unique property key identifier.EventConfig.Builder
EventConfig.Builder. propertyName(String propertyName)
Name of the property.EventConfig.Builder
EventConfig.Builder. timeCreated(Date timeCreated)
The date and time the event was configured, in the format defined by RFC3339.EventConfig.Builder
EventConfig.Builder. timeUpdated(Date timeUpdated)
The last time that any change was made to the configuration.EventConfig.Builder
EventConfig. toBuilder()
EventConfig.Builder
EventConfig.Builder. typeId(String typeId)
Unique type key identifier.EventConfig.Builder
EventConfig.Builder. typeName(String typeName)
Name of the type.EventConfig.Builder
EventConfig.Builder. updatedById(String updatedById)
OCID of the user who last modified the configuration.
-