Class EventContent.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.model.EventContent.Builder
-
- Enclosing class:
- EventContent
public static class EventContent.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventContent
build()
EventContent.Builder
contentAvailability(ContentAvailability contentAvailability)
Status of the event contentEventContent.Builder
copy(EventContent model)
EventContent.Builder
instancePath(String instancePath)
Path to the event content on the instanceEventContent.Builder
size(Integer size)
size in bytes of the event content (size of the zip file uploaded)
-
-
-
Method Detail
-
contentAvailability
public EventContent.Builder contentAvailability(ContentAvailability contentAvailability)
Status of the event content- Parameters:
contentAvailability
- the value to set- Returns:
- this builder
-
instancePath
public EventContent.Builder instancePath(String instancePath)
Path to the event content on the instance- Parameters:
instancePath
- the value to set- Returns:
- this builder
-
size
public EventContent.Builder size(Integer size)
size in bytes of the event content (size of the zip file uploaded)- Parameters:
size
- the value to set- Returns:
- this builder
-
build
public EventContent build()
-
copy
public EventContent.Builder copy(EventContent model)
-
-