public static final class CfnRecordingConfiguration.Builder
extends java.lang.Object
CfnRecordingConfiguration
.Modifier and Type | Method and Description |
---|---|
CfnRecordingConfiguration |
build() |
static CfnRecordingConfiguration.Builder |
create(Construct scope,
java.lang.String id) |
CfnRecordingConfiguration.Builder |
destinationConfiguration(CfnRecordingConfiguration.DestinationConfigurationProperty destinationConfiguration)
A destination configuration contains information about where recorded video will be stored.
|
CfnRecordingConfiguration.Builder |
destinationConfiguration(IResolvable destinationConfiguration)
A destination configuration contains information about where recorded video will be stored.
|
CfnRecordingConfiguration.Builder |
name(java.lang.String name)
Recording-configuration name.
|
CfnRecordingConfiguration.Builder |
recordingReconnectWindowSeconds(java.lang.Number recordingReconnectWindowSeconds)
If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together.
|
CfnRecordingConfiguration.Builder |
tags(java.util.List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnRecordingConfiguration.Builder |
thumbnailConfiguration(CfnRecordingConfiguration.ThumbnailConfigurationProperty thumbnailConfiguration)
A thumbnail configuration enables/disables the recording of thumbnails for a live session and controls the interval at which thumbnails are generated for the live session.
|
CfnRecordingConfiguration.Builder |
thumbnailConfiguration(IResolvable thumbnailConfiguration)
A thumbnail configuration enables/disables the recording of thumbnails for a live session and controls the interval at which thumbnails are generated for the live session.
|
public static CfnRecordingConfiguration.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnRecordingConfiguration.DestinationConfigurationProperty.Builder
.public CfnRecordingConfiguration.Builder destinationConfiguration(IResolvable destinationConfiguration)
See the DestinationConfiguration property type for more information.
destinationConfiguration
- A destination configuration contains information about where recorded video will be stored. This parameter is required.this
public CfnRecordingConfiguration.Builder destinationConfiguration(CfnRecordingConfiguration.DestinationConfigurationProperty destinationConfiguration)
See the DestinationConfiguration property type for more information.
destinationConfiguration
- A destination configuration contains information about where recorded video will be stored. This parameter is required.this
public CfnRecordingConfiguration.Builder name(java.lang.String name)
The value does not need to be unique.
name
- Recording-configuration name. This parameter is required.this
public CfnRecordingConfiguration.Builder recordingReconnectWindowSeconds(java.lang.Number recordingReconnectWindowSeconds)
Default : 0
recordingReconnectWindowSeconds
- If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. This parameter is required.this
public CfnRecordingConfiguration.Builder tags(java.util.List<? extends CfnTag> tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
public CfnRecordingConfiguration.Builder thumbnailConfiguration(IResolvable thumbnailConfiguration)
See the ThumbnailConfiguration property type for more information.
thumbnailConfiguration
- A thumbnail configuration enables/disables the recording of thumbnails for a live session and controls the interval at which thumbnails are generated for the live session. This parameter is required.this
public CfnRecordingConfiguration.Builder thumbnailConfiguration(CfnRecordingConfiguration.ThumbnailConfigurationProperty thumbnailConfiguration)
See the ThumbnailConfiguration property type for more information.
thumbnailConfiguration
- A thumbnail configuration enables/disables the recording of thumbnails for a live session and controls the interval at which thumbnails are generated for the live session. This parameter is required.this
public CfnRecordingConfiguration build()