Class CfnChannel.NielsenConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.NielsenConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.NielsenConfigurationProperty>
- Enclosing interface:
CfnChannel.NielsenConfigurationProperty
@Stability(Stable)
public static final class CfnChannel.NielsenConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.NielsenConfigurationProperty>
A builder for
CfnChannel.NielsenConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.distributorId
(String distributorId) Sets the value ofCfnChannel.NielsenConfigurationProperty.getDistributorId()
nielsenPcmToId3Tagging
(String nielsenPcmToId3Tagging) Sets the value ofCfnChannel.NielsenConfigurationProperty.getNielsenPcmToId3Tagging()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
distributorId
@Stability(Stable) public CfnChannel.NielsenConfigurationProperty.Builder distributorId(String distributorId) Sets the value ofCfnChannel.NielsenConfigurationProperty.getDistributorId()
- Parameters:
distributorId
- Enter the Distributor ID assigned to your organization by Nielsen.- Returns:
this
-
nielsenPcmToId3Tagging
@Stability(Stable) public CfnChannel.NielsenConfigurationProperty.Builder nielsenPcmToId3Tagging(String nielsenPcmToId3Tagging) Sets the value ofCfnChannel.NielsenConfigurationProperty.getNielsenPcmToId3Tagging()
- Parameters:
nielsenPcmToId3Tagging
- Enables Nielsen PCM to ID3 tagging.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.NielsenConfigurationProperty>
- Returns:
- a new instance of
CfnChannel.NielsenConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-