@Stability(value=Stable)
public static interface CfnChannel.NielsenNaesIiNwProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getCheckDigitString()
Enter the check digit string for the watermark.
|
default Number |
getSid()
Enter the Nielsen Source ID (SID) to include in the watermark.
|
@Stability(value=Stable) @Nullable default String getCheckDigitString()
@Stability(value=Stable) @Nullable default Number getSid()
@Stability(value=Stable) static CfnChannel.NielsenNaesIiNwProperty.Builder builder()
Copyright © 2022. All rights reserved.