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