@Stability(value=Stable) public static final class CfnRecordingConfiguration.Builder extends Object implements software.amazon.jsii.Builder<CfnRecordingConfiguration>
CfnRecordingConfiguration.| Modifier and Type | Method and Description |
|---|---|
CfnRecordingConfiguration |
build() |
static CfnRecordingConfiguration.Builder |
create(software.constructs.Construct scope,
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(String name)
Recording-configuration name.
|
CfnRecordingConfiguration.Builder |
tags(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.
|
@Stability(value=Stable) public static CfnRecordingConfiguration.Builder create(software.constructs.Construct scope, 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.@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnRecordingConfiguration.Builder name(String name)
The value does not need to be unique.
name - Recording-configuration name. This parameter is required.this@Stability(value=Stable) public CfnRecordingConfiguration.Builder tags(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@Stability(value=Stable) 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@Stability(value=Stable) 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@Stability(value=Stable) public CfnRecordingConfiguration build()
build in interface software.amazon.jsii.Builder<CfnRecordingConfiguration>Copyright © 2022. All rights reserved.