public static class EventContent.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EventContent |
build() |
EventContent.Builder |
contentAvailability(ContentAvailability contentAvailability)
Status of the event content
|
EventContent.Builder |
copy(EventContent model) |
EventContent.Builder |
instancePath(String instancePath)
Path to the event content on the instance
|
EventContent.Builder |
size(Integer size)
size in bytes of the event content (size of the zip file uploaded)
|
public EventContent.Builder contentAvailability(ContentAvailability contentAvailability)
Status of the event content
contentAvailability
- the value to setpublic EventContent.Builder instancePath(String instancePath)
Path to the event content on the instance
instancePath
- the value to setpublic EventContent.Builder size(Integer size)
size in bytes of the event content (size of the zip file uploaded)
size
- the value to setpublic EventContent build()
public EventContent.Builder copy(EventContent model)
Copyright © 2016–2024. All rights reserved.