Class CfnChannel.DvbTdtSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.DvbTdtSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.DvbTdtSettingsProperty>
- Enclosing interface:
CfnChannel.DvbTdtSettingsProperty
@Stability(Stable)
public static final class CfnChannel.DvbTdtSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.DvbTdtSettingsProperty>
A builder for
CfnChannel.DvbTdtSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.repInterval
(Number repInterval) Sets the value ofCfnChannel.DvbTdtSettingsProperty.getRepInterval()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
repInterval
Sets the value ofCfnChannel.DvbTdtSettingsProperty.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.DvbTdtSettingsProperty>
- Returns:
- a new instance of
CfnChannel.DvbTdtSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-