public static class EventConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EventConfig |
build() |
EventConfig.Builder |
copy(EventConfig model) |
EventConfig.Builder |
createdById(String createdById)
OCID of the user who created the configuration.
|
EventConfig.Builder |
eventConfigStatus(EventConfigStatus eventConfigStatus)
Status of the configuration.
|
EventConfig.Builder |
propertyId(String propertyId)
Unique property key identifier.
|
EventConfig.Builder |
propertyName(String propertyName)
Name of the property.
|
EventConfig.Builder |
timeCreated(Date timeCreated)
The date and time the event was configured, in the format defined by
RFC3339.
|
EventConfig.Builder |
timeUpdated(Date timeUpdated)
The last time that any change was made to the configuration.
|
EventConfig.Builder |
typeId(String typeId)
Unique type key identifier.
|
EventConfig.Builder |
typeName(String typeName)
Name of the type.
|
EventConfig.Builder |
updatedById(String updatedById)
OCID of the user who last modified the configuration.
|
public EventConfig.Builder typeId(String typeId)
Unique type key identifier.
typeId
- the value to setpublic EventConfig.Builder typeName(String typeName)
Name of the type.
typeName
- the value to setpublic EventConfig.Builder propertyId(String propertyId)
Unique property key identifier.
propertyId
- the value to setpublic EventConfig.Builder propertyName(String propertyName)
Name of the property.
propertyName
- the value to setpublic EventConfig.Builder eventConfigStatus(EventConfigStatus eventConfigStatus)
Status of the configuration.
eventConfigStatus
- the value to setpublic EventConfig.Builder timeCreated(Date timeCreated)
The date and time the event was configured, in the format defined by
RFC3339. Example: 2019-03-25T21:10:29.600Z
timeCreated
- the value to setpublic EventConfig.Builder timeUpdated(Date timeUpdated)
The last time that any change was made to the configuration. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic EventConfig.Builder createdById(String createdById)
OCID of the user who created the configuration.
createdById
- the value to setpublic EventConfig.Builder updatedById(String updatedById)
OCID of the user who last modified the configuration.
updatedById
- the value to setpublic EventConfig build()
public EventConfig.Builder copy(EventConfig model)
Copyright © 2016–2024. All rights reserved.