@Stability(value=Stable) public static final class CfnChannel.FrameCaptureGroupSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.FrameCaptureGroupSettingsProperty>
CfnChannel.FrameCaptureGroupSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.FrameCaptureGroupSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.FrameCaptureGroupSettingsProperty.Builder |
destination(CfnChannel.OutputLocationRefProperty destination)
Sets the value of
CfnChannel.FrameCaptureGroupSettingsProperty.getDestination() |
CfnChannel.FrameCaptureGroupSettingsProperty.Builder |
destination(IResolvable destination)
Sets the value of
CfnChannel.FrameCaptureGroupSettingsProperty.getDestination() |
CfnChannel.FrameCaptureGroupSettingsProperty.Builder |
frameCaptureCdnSettings(CfnChannel.FrameCaptureCdnSettingsProperty frameCaptureCdnSettings)
|
CfnChannel.FrameCaptureGroupSettingsProperty.Builder |
frameCaptureCdnSettings(IResolvable frameCaptureCdnSettings)
|
@Stability(value=Stable) public CfnChannel.FrameCaptureGroupSettingsProperty.Builder destination(CfnChannel.OutputLocationRefProperty destination)
CfnChannel.FrameCaptureGroupSettingsProperty.getDestination()destination - The destination for the frame capture files.
The destination is either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling_) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling_). The final file names consist of the prefix from the destination field (for example, "curling_") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curlingLow.00001.jpg.this@Stability(value=Stable) public CfnChannel.FrameCaptureGroupSettingsProperty.Builder destination(IResolvable destination)
CfnChannel.FrameCaptureGroupSettingsProperty.getDestination()destination - The destination for the frame capture files.
The destination is either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling_) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling_). The final file names consist of the prefix from the destination field (for example, "curling_") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curlingLow.00001.jpg.this@Stability(value=Stable) public CfnChannel.FrameCaptureGroupSettingsProperty.Builder frameCaptureCdnSettings(CfnChannel.FrameCaptureCdnSettingsProperty frameCaptureCdnSettings)
frameCaptureCdnSettings - Settings to configure the destination of a Frame Capture output.this@Stability(value=Stable) public CfnChannel.FrameCaptureGroupSettingsProperty.Builder frameCaptureCdnSettings(IResolvable frameCaptureCdnSettings)
frameCaptureCdnSettings - Settings to configure the destination of a Frame Capture output.this@Stability(value=Stable) public CfnChannel.FrameCaptureGroupSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.FrameCaptureGroupSettingsProperty>CfnChannel.FrameCaptureGroupSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.