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