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.BuilderEventConfig. builder()Create a new builder.EventConfig.BuilderEventConfig.Builder. copy(EventConfig model)EventConfig.BuilderEventConfig.Builder. createdById(String createdById)OCID of the user who created the configuration.EventConfig.BuilderEventConfig.Builder. eventConfigStatus(EventConfigStatus eventConfigStatus)Status of the configuration.EventConfig.BuilderEventConfig.Builder. propertyId(String propertyId)Unique property key identifier.EventConfig.BuilderEventConfig.Builder. propertyName(String propertyName)Name of the property.EventConfig.BuilderEventConfig.Builder. timeCreated(Date timeCreated)The date and time the event was configured, in the format defined by RFC3339.EventConfig.BuilderEventConfig.Builder. timeUpdated(Date timeUpdated)The last time that any change was made to the configuration.EventConfig.BuilderEventConfig. toBuilder()EventConfig.BuilderEventConfig.Builder. typeId(String typeId)Unique type key identifier.EventConfig.BuilderEventConfig.Builder. typeName(String typeName)Name of the type.EventConfig.BuilderEventConfig.Builder. updatedById(String updatedById)OCID of the user who last modified the configuration.
-