Class CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty>
A builder for
CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.frameCaptureS3Settings(CfnChannelPropsMixin.FrameCaptureS3SettingsProperty frameCaptureS3Settings) frameCaptureS3Settings(IResolvable frameCaptureS3Settings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
frameCaptureS3Settings
@Stability(Stable) public CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty.Builder frameCaptureS3Settings(IResolvable frameCaptureS3Settings) - Parameters:
frameCaptureS3Settings- Sets up Amazon S3 as the destination for this Frame Capture output.- Returns:
this
-
frameCaptureS3Settings
@Stability(Stable) public CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty.Builder frameCaptureS3Settings(CfnChannelPropsMixin.FrameCaptureS3SettingsProperty frameCaptureS3Settings) - Parameters:
frameCaptureS3Settings- Sets up Amazon S3 as the destination for this Frame Capture output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-