Interface CfnChannel.DvbNitSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.DvbNitSettingsProperty extends software.amazon.jsii.JsiiSerializable
The configuration of DVB NIT.

The parent of this entity is M2tsSettings.

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.*;
 DvbNitSettingsProperty dvbNitSettingsProperty = DvbNitSettingsProperty.builder()
         .networkId(123)
         .networkName("networkName")
         .repInterval(123)
         .build();
 
  • Method Details

    • getNetworkId

      @Stability(Stable) @Nullable default Number getNetworkId()
      The numeric value placed in the Network Information Table (NIT).
    • getNetworkName

      @Stability(Stable) @Nullable default String getNetworkName()
      The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).

      The maximum length is 256 characters.

    • getRepInterval

      @Stability(Stable) @Nullable default Number getRepInterval()
      The number of milliseconds between instances of this table in the output transport stream.
    • builder

      @Stability(Stable) static CfnChannel.DvbNitSettingsProperty.Builder builder()
      Returns:
      a CfnChannel.DvbNitSettingsProperty.Builder of CfnChannel.DvbNitSettingsProperty