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