Class CfnChannel.NielsenNaesIiNwProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.NielsenNaesIiNwProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnChannel.NielsenNaesIiNwProperty>
- Enclosing interface:
 CfnChannel.NielsenNaesIiNwProperty
@Stability(Stable)
public static final class CfnChannel.NielsenNaesIiNwProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.NielsenNaesIiNwProperty>
A builder for 
CfnChannel.NielsenNaesIiNwProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.checkDigitString(String checkDigitString) Sets the value ofCfnChannel.NielsenNaesIiNwProperty.getCheckDigitString()Sets the value ofCfnChannel.NielsenNaesIiNwProperty.getSid()Sets the value ofCfnChannel.NielsenNaesIiNwProperty.getTimezone() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
checkDigitString
@Stability(Stable) public CfnChannel.NielsenNaesIiNwProperty.Builder checkDigitString(String checkDigitString) Sets the value ofCfnChannel.NielsenNaesIiNwProperty.getCheckDigitString()- Parameters:
 checkDigitString- Enter the check digit string for the watermark.- Returns:
 this
 - 
sid
Sets the value ofCfnChannel.NielsenNaesIiNwProperty.getSid()- Parameters:
 sid- Enter the Nielsen Source ID (SID) to include in the watermark.- Returns:
 this
 - 
timezone
Sets the value ofCfnChannel.NielsenNaesIiNwProperty.getTimezone()- Parameters:
 timezone- the value to be set.- Returns:
 this
 - 
build
Builds the configured instance.- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<CfnChannel.NielsenNaesIiNwProperty>- Returns:
 - a new instance of 
CfnChannel.NielsenNaesIiNwProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -