Class CfnChannelPropsMixin.FrameCaptureSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FrameCaptureSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.FrameCaptureSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.FrameCaptureSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.FrameCaptureSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.FrameCaptureSettingsProperty>
A builder for
CfnChannelPropsMixin.FrameCaptureSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.captureInterval(Number captureInterval) Sets the value ofCfnChannelPropsMixin.FrameCaptureSettingsProperty.getCaptureInterval()captureIntervalUnits(String captureIntervalUnits) timecodeBurninSettings(CfnChannelPropsMixin.TimecodeBurninSettingsProperty timecodeBurninSettings) timecodeBurninSettings(IResolvable timecodeBurninSettings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
captureInterval
@Stability(Stable) public CfnChannelPropsMixin.FrameCaptureSettingsProperty.Builder captureInterval(Number captureInterval) Sets the value ofCfnChannelPropsMixin.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 CfnChannelPropsMixin.FrameCaptureSettingsProperty.Builder captureIntervalUnits(String captureIntervalUnits) - Parameters:
captureIntervalUnits- Unit for the frame capture interval.- Returns:
this
-
timecodeBurninSettings
@Stability(Stable) public CfnChannelPropsMixin.FrameCaptureSettingsProperty.Builder timecodeBurninSettings(IResolvable timecodeBurninSettings) - Parameters:
timecodeBurninSettings- the value to be set.- Returns:
this
-
timecodeBurninSettings
@Stability(Stable) public CfnChannelPropsMixin.FrameCaptureSettingsProperty.Builder timecodeBurninSettings(CfnChannelPropsMixin.TimecodeBurninSettingsProperty timecodeBurninSettings) - Parameters:
timecodeBurninSettings- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.FrameCaptureSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.FrameCaptureSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-