Class CfnChannel.NielsenCBETProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.NielsenCBETProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.NielsenCBETProperty>
- Enclosing interface:
CfnChannel.NielsenCBETProperty
@Stability(Stable)
public static final class CfnChannel.NielsenCBETProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.NielsenCBETProperty>
A builder for
CfnChannel.NielsenCBETProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.cbetCheckDigitString
(String cbetCheckDigitString) Sets the value ofCfnChannel.NielsenCBETProperty.getCbetCheckDigitString()
cbetStepaside
(String cbetStepaside) Sets the value ofCfnChannel.NielsenCBETProperty.getCbetStepaside()
Sets the value ofCfnChannel.NielsenCBETProperty.getCsid()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cbetCheckDigitString
@Stability(Stable) public CfnChannel.NielsenCBETProperty.Builder cbetCheckDigitString(String cbetCheckDigitString) Sets the value ofCfnChannel.NielsenCBETProperty.getCbetCheckDigitString()
- Parameters:
cbetCheckDigitString
- Enter the CBET check digits to use in the watermark.- Returns:
this
-
cbetStepaside
@Stability(Stable) public CfnChannel.NielsenCBETProperty.Builder cbetStepaside(String cbetStepaside) Sets the value ofCfnChannel.NielsenCBETProperty.getCbetStepaside()
- Parameters:
cbetStepaside
- Determines the method of CBET insertion mode when prior encoding is detected on the same layer.- Returns:
this
-
csid
Sets the value ofCfnChannel.NielsenCBETProperty.getCsid()
- Parameters:
csid
- Enter the CBET Source ID (CSID) to use in the watermark.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.NielsenCBETProperty>
- Returns:
- a new instance of
CfnChannel.NielsenCBETProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-