public static interface CfnChannel.NielsenNaesIiNwProperty
The parent of this entity is NielsenWatermarksSettings.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; NielsenNaesIiNwProperty nielsenNaesIiNwProperty = NielsenNaesIiNwProperty.builder() .checkDigitString("checkDigitString") .sid(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.NielsenNaesIiNwProperty.Builder
A builder for
CfnChannel.NielsenNaesIiNwProperty |
static class |
CfnChannel.NielsenNaesIiNwProperty.Jsii$Proxy
An implementation for
CfnChannel.NielsenNaesIiNwProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.NielsenNaesIiNwProperty.Builder |
builder() |
default java.lang.String |
getCheckDigitString()
Enter the check digit string for the watermark.
|
default java.lang.Number |
getSid()
Enter the Nielsen Source ID (SID) to include in the watermark.
|
default java.lang.String getCheckDigitString()
default java.lang.Number getSid()
static CfnChannel.NielsenNaesIiNwProperty.Builder builder()