Interface NielsenNaesIiNwSettings
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NielsenNaesIiNwSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.295Z")
@Stability(Experimental)
public interface NielsenNaesIiNwSettings
extends software.amazon.jsii.JsiiSerializable
(experimental) Nielsen NAES II/NW watermark settings.
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.alpha.*;
NielsenWatermarkTimezone nielsenWatermarkTimezone;
NielsenNaesIiNwSettings nielsenNaesIiNwSettings = NielsenNaesIiNwSettings.builder()
.checkDigitString("checkDigitString")
.sid(123)
// the properties below are optional
.timezone(nielsenWatermarkTimezone)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forNielsenNaesIiNwSettingsstatic final classAn implementation forNielsenNaesIiNwSettings -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) The check digit string for the watermark.getSid()(experimental) The Nielsen Source ID (SID).default NielsenWatermarkTimezone(experimental) The timezone for the timestamps in the watermark.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCheckDigitString
(experimental) The check digit string for the watermark. -
getSid
(experimental) The Nielsen Source ID (SID). -
getTimezone
(experimental) The timezone for the timestamps in the watermark.Default: - Coordinated Universal Time (UTC)
-
builder
- Returns:
- a
NielsenNaesIiNwSettings.BuilderofNielsenNaesIiNwSettings
-