RecordingConfiguration.Builder |
RecordingConfiguration.Builder.arn(String arn) |
Recording-configuration ARN.
|
static RecordingConfiguration.Builder |
RecordingConfiguration.builder() |
|
default RecordingConfiguration.Builder |
RecordingConfiguration.Builder.destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration) |
A complex type that contains information about where recorded video will be stored.
|
RecordingConfiguration.Builder |
RecordingConfiguration.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration) |
A complex type that contains information about where recorded video will be stored.
|
RecordingConfiguration.Builder |
RecordingConfiguration.Builder.name(String name) |
Recording-configuration name.
|
RecordingConfiguration.Builder |
RecordingConfiguration.Builder.recordingReconnectWindowSeconds(Integer recordingReconnectWindowSeconds) |
If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be
considered a single broadcast and merged together.
|
default RecordingConfiguration.Builder |
RecordingConfiguration.Builder.renditionConfiguration(Consumer<RenditionConfiguration.Builder> renditionConfiguration) |
Object that describes which renditions should be recorded for a stream.
|
RecordingConfiguration.Builder |
RecordingConfiguration.Builder.renditionConfiguration(RenditionConfiguration renditionConfiguration) |
Object that describes which renditions should be recorded for a stream.
|
RecordingConfiguration.Builder |
RecordingConfiguration.Builder.state(String state) |
Indicates the current state of the recording configuration.
|
RecordingConfiguration.Builder |
RecordingConfiguration.Builder.state(RecordingConfigurationState state) |
Indicates the current state of the recording configuration.
|
RecordingConfiguration.Builder |
RecordingConfiguration.Builder.tags(Map<String,String> tags) |
Tags attached to the resource.
|
default RecordingConfiguration.Builder |
RecordingConfiguration.Builder.thumbnailConfiguration(Consumer<ThumbnailConfiguration.Builder> thumbnailConfiguration) |
A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify
the interval at which thumbnails are generated for the live session.
|
RecordingConfiguration.Builder |
RecordingConfiguration.Builder.thumbnailConfiguration(ThumbnailConfiguration thumbnailConfiguration) |
A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify
the interval at which thumbnails are generated for the live session.
|
RecordingConfiguration.Builder |
RecordingConfiguration.toBuilder() |
|