Uses of Class
com.oracle.bmc.osmanagement.model.EventContent.Builder
-
Packages that use EventContent.Builder Package Description com.oracle.bmc.osmanagement.model -
-
Uses of EventContent.Builder in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return EventContent.Builder Modifier and Type Method Description static EventContent.Builder
EventContent. builder()
Create a new builder.EventContent.Builder
EventContent.Builder. contentAvailability(ContentAvailability contentAvailability)
Status of the event contentEventContent.Builder
EventContent.Builder. copy(EventContent model)
EventContent.Builder
EventContent.Builder. instancePath(String instancePath)
Path to the event content on the instanceEventContent.Builder
EventContent.Builder. size(Integer size)
size in bytes of the event content (size of the zip file uploaded)EventContent.Builder
EventContent. toBuilder()
-