public static final class CfnChannel.FrameCaptureSettingsProperty.Builder
extends java.lang.Object
CfnChannel.FrameCaptureSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.FrameCaptureSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.FrameCaptureSettingsProperty.Builder |
captureInterval(java.lang.Number captureInterval)
Sets the value of
CfnChannel.FrameCaptureSettingsProperty.getCaptureInterval() |
CfnChannel.FrameCaptureSettingsProperty.Builder |
captureIntervalUnits(java.lang.String captureIntervalUnits)
Sets the value of
CfnChannel.FrameCaptureSettingsProperty.getCaptureIntervalUnits() |
public CfnChannel.FrameCaptureSettingsProperty.Builder captureInterval(java.lang.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
public CfnChannel.FrameCaptureSettingsProperty.Builder captureIntervalUnits(java.lang.String captureIntervalUnits)
CfnChannel.FrameCaptureSettingsProperty.getCaptureIntervalUnits()
captureIntervalUnits
- Unit for the frame capture interval.this
public CfnChannel.FrameCaptureSettingsProperty build()
CfnChannel.FrameCaptureSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided