Interface NielsenConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NielsenConfiguration.Builder,
,NielsenConfiguration> SdkBuilder<NielsenConfiguration.Builder,
,NielsenConfiguration> SdkPojo
- Enclosing class:
NielsenConfiguration
public static interface NielsenConfiguration.Builder
extends SdkPojo, CopyableBuilder<NielsenConfiguration.Builder,NielsenConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondistributorId
(String distributorId) Enter the Distributor ID assigned to your organization by Nielsen.nielsenPcmToId3Tagging
(String nielsenPcmToId3Tagging) Enables Nielsen PCM to ID3 taggingnielsenPcmToId3Tagging
(NielsenPcmToId3TaggingState nielsenPcmToId3Tagging) Enables Nielsen PCM to ID3 taggingMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
distributorId
Enter the Distributor ID assigned to your organization by Nielsen.- Parameters:
distributorId
- Enter the Distributor ID assigned to your organization by Nielsen.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nielsenPcmToId3Tagging
Enables Nielsen PCM to ID3 tagging- Parameters:
nielsenPcmToId3Tagging
- Enables Nielsen PCM to ID3 tagging- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nielsenPcmToId3Tagging
NielsenConfiguration.Builder nielsenPcmToId3Tagging(NielsenPcmToId3TaggingState nielsenPcmToId3Tagging) Enables Nielsen PCM to ID3 tagging- Parameters:
nielsenPcmToId3Tagging
- Enables Nielsen PCM to ID3 tagging- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-