@Stability(value=Stable) public static final class CfnChannel.FrameCaptureSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.FrameCaptureSettingsProperty>
CfnChannel.FrameCaptureSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.FrameCaptureSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.FrameCaptureSettingsProperty.Builder |
captureInterval(Number captureInterval)
Sets the value of
CfnChannel.FrameCaptureSettingsProperty.getCaptureInterval() |
CfnChannel.FrameCaptureSettingsProperty.Builder |
captureIntervalUnits(String captureIntervalUnits)
Sets the value of
CfnChannel.FrameCaptureSettingsProperty.getCaptureIntervalUnits() |
@Stability(value=Stable) public CfnChannel.FrameCaptureSettingsProperty.Builder captureInterval(Number captureInterval)
CfnChannel.FrameCaptureSettingsProperty.getCaptureInterval()captureInterval - The frequency, in seconds, for capturing frames for inclusion in the output.
For example, "10" means capture a frame every 10 seconds.this@Stability(value=Stable) public CfnChannel.FrameCaptureSettingsProperty.Builder captureIntervalUnits(String captureIntervalUnits)
CfnChannel.FrameCaptureSettingsProperty.getCaptureIntervalUnits()captureIntervalUnits - Unit for the frame capture interval.this@Stability(value=Stable) public CfnChannel.FrameCaptureSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.FrameCaptureSettingsProperty>CfnChannel.FrameCaptureSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.