Class CfnChannel.FrameCaptureSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.FrameCaptureSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.FrameCaptureSettingsProperty>
- Enclosing interface:
CfnChannel.FrameCaptureSettingsProperty
@Stability(Stable)
public static final class CfnChannel.FrameCaptureSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.FrameCaptureSettingsProperty>
A builder for
CfnChannel.FrameCaptureSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.captureInterval
(Number captureInterval) Sets the value ofCfnChannel.FrameCaptureSettingsProperty.getCaptureInterval()
captureIntervalUnits
(String captureIntervalUnits) Sets the value ofCfnChannel.FrameCaptureSettingsProperty.getCaptureIntervalUnits()
timecodeBurninSettings
(IResolvable timecodeBurninSettings) Sets the value ofCfnChannel.FrameCaptureSettingsProperty.getTimecodeBurninSettings()
timecodeBurninSettings
(CfnChannel.TimecodeBurninSettingsProperty timecodeBurninSettings) Sets the value ofCfnChannel.FrameCaptureSettingsProperty.getTimecodeBurninSettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
captureInterval
@Stability(Stable) public CfnChannel.FrameCaptureSettingsProperty.Builder captureInterval(Number captureInterval) Sets the value ofCfnChannel.FrameCaptureSettingsProperty.getCaptureInterval()
- Parameters:
captureInterval
- The frequency, in seconds, for capturing frames for inclusion in the output. For example, "10" means capture a frame every 10 seconds.- Returns:
this
-
captureIntervalUnits
@Stability(Stable) public CfnChannel.FrameCaptureSettingsProperty.Builder captureIntervalUnits(String captureIntervalUnits) Sets the value ofCfnChannel.FrameCaptureSettingsProperty.getCaptureIntervalUnits()
- Parameters:
captureIntervalUnits
- Unit for the frame capture interval.- Returns:
this
-
timecodeBurninSettings
@Stability(Stable) public CfnChannel.FrameCaptureSettingsProperty.Builder timecodeBurninSettings(IResolvable timecodeBurninSettings) Sets the value ofCfnChannel.FrameCaptureSettingsProperty.getTimecodeBurninSettings()
- Parameters:
timecodeBurninSettings
-CfnChannel.FrameCaptureSettingsProperty.TimecodeBurninSettings
.- Returns:
this
-
timecodeBurninSettings
@Stability(Stable) public CfnChannel.FrameCaptureSettingsProperty.Builder timecodeBurninSettings(CfnChannel.TimecodeBurninSettingsProperty timecodeBurninSettings) Sets the value ofCfnChannel.FrameCaptureSettingsProperty.getTimecodeBurninSettings()
- Parameters:
timecodeBurninSettings
-CfnChannel.FrameCaptureSettingsProperty.TimecodeBurninSettings
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.FrameCaptureSettingsProperty>
- Returns:
- a new instance of
CfnChannel.FrameCaptureSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-