Class CfnChannelPropsMixin.DvbNitSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.DvbNitSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.DvbNitSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.DvbNitSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.DvbNitSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.DvbNitSettingsProperty>
A builder for
CfnChannelPropsMixin.DvbNitSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannelPropsMixin.DvbNitSettingsProperty.getNetworkId()networkName(String networkName) Sets the value ofCfnChannelPropsMixin.DvbNitSettingsProperty.getNetworkName()repInterval(Number repInterval) Sets the value ofCfnChannelPropsMixin.DvbNitSettingsProperty.getRepInterval()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkId
@Stability(Stable) public CfnChannelPropsMixin.DvbNitSettingsProperty.Builder networkId(Number networkId) Sets the value ofCfnChannelPropsMixin.DvbNitSettingsProperty.getNetworkId()- Parameters:
networkId- The numeric value placed in the Network Information Table (NIT).- Returns:
this
-
networkName
@Stability(Stable) public CfnChannelPropsMixin.DvbNitSettingsProperty.Builder networkName(String networkName) Sets the value ofCfnChannelPropsMixin.DvbNitSettingsProperty.getNetworkName()- Parameters:
networkName- The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT). The maximum length is 256 characters.- Returns:
this
-
repInterval
@Stability(Stable) public CfnChannelPropsMixin.DvbNitSettingsProperty.Builder repInterval(Number repInterval) Sets the value ofCfnChannelPropsMixin.DvbNitSettingsProperty.getRepInterval()- Parameters:
repInterval- The number of milliseconds between instances of this table in the output transport stream.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.DvbNitSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.DvbNitSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-