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