public static class RenderProperties.Builder
extends java.lang.Object
RenderProperties.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RenderProperties |
build()
Builds the RenderProperties object.
|
RenderProperties.Builder |
maxDuration(int maxDuration) |
RenderProperties.Builder |
properties(RenderProperties.Properties properties)
Initial configuration of Publisher properties for the composed output stream.
|
RenderProperties.Builder |
resolution(RenderProperties.Resolution resolution)
Resolution of the display area for the composition.
|
RenderProperties.Builder |
url(java.lang.String url)
URL of the customer service where the callbacks will be received.
|
RenderProperties.Builder |
url(java.net.URI url)
URL of the customer service where the callbacks will be received.
|
public RenderProperties.Builder url(java.lang.String url)
url - The URL as a String.public RenderProperties.Builder url(java.net.URI url)
url - The URL as a URI.public RenderProperties.Builder maxDuration(int maxDuration)
public RenderProperties.Builder resolution(RenderProperties.Resolution resolution)
resolution - The resolution, as an enum.public RenderProperties.Builder properties(RenderProperties.Properties properties)
properties - The properties value.public RenderProperties build()