Class CfnChannel.FrameCaptureOutputSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.FrameCaptureOutputSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.FrameCaptureOutputSettingsProperty>
- Enclosing interface:
- CfnChannel.FrameCaptureOutputSettingsProperty
@Stability(Stable)
public static final class CfnChannel.FrameCaptureOutputSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.FrameCaptureOutputSettingsProperty>
A builder for
CfnChannel.FrameCaptureOutputSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.nameModifier(String nameModifier) Sets the value ofCfnChannel.FrameCaptureOutputSettingsProperty.getNameModifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nameModifier
@Stability(Stable) public CfnChannel.FrameCaptureOutputSettingsProperty.Builder nameModifier(String nameModifier) Sets the value ofCfnChannel.FrameCaptureOutputSettingsProperty.getNameModifier()- Parameters:
nameModifier- Required if the output group contains more than one output. This modifier forms part of the output file name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.FrameCaptureOutputSettingsProperty>- Returns:
- a new instance of
CfnChannel.FrameCaptureOutputSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-