@Stability(value=Stable) public static final class CfnChannel.DvbNitSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.DvbNitSettingsProperty>
CfnChannel.DvbNitSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.DvbNitSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.DvbNitSettingsProperty.Builder |
networkId(Number networkId)
Sets the value of
CfnChannel.DvbNitSettingsProperty.getNetworkId() |
CfnChannel.DvbNitSettingsProperty.Builder |
networkName(String networkName)
Sets the value of
CfnChannel.DvbNitSettingsProperty.getNetworkName() |
CfnChannel.DvbNitSettingsProperty.Builder |
repInterval(Number repInterval)
Sets the value of
CfnChannel.DvbNitSettingsProperty.getRepInterval() |
@Stability(value=Stable) public CfnChannel.DvbNitSettingsProperty.Builder networkId(Number networkId)
CfnChannel.DvbNitSettingsProperty.getNetworkId()networkId - The numeric value placed in the Network Information Table (NIT).this@Stability(value=Stable) public CfnChannel.DvbNitSettingsProperty.Builder networkName(String networkName)
CfnChannel.DvbNitSettingsProperty.getNetworkName()networkName - The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).
The maximum length is 256 characters.this@Stability(value=Stable) public CfnChannel.DvbNitSettingsProperty.Builder repInterval(Number repInterval)
CfnChannel.DvbNitSettingsProperty.getRepInterval()repInterval - The number of milliseconds between instances of this table in the output transport stream.this@Stability(value=Stable) public CfnChannel.DvbNitSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.DvbNitSettingsProperty>CfnChannel.DvbNitSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.