Class CfnChannel.DvbSdtSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.DvbSdtSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.DvbSdtSettingsProperty>
- Enclosing interface:
CfnChannel.DvbSdtSettingsProperty
@Stability(Stable)
public static final class CfnChannel.DvbSdtSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.DvbSdtSettingsProperty>
A builder for
CfnChannel.DvbSdtSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnChannel.DvbSdtSettingsProperty.getOutputSdt()
repInterval
(Number repInterval) Sets the value ofCfnChannel.DvbSdtSettingsProperty.getRepInterval()
serviceName
(String serviceName) Sets the value ofCfnChannel.DvbSdtSettingsProperty.getServiceName()
serviceProviderName
(String serviceProviderName) Sets the value ofCfnChannel.DvbSdtSettingsProperty.getServiceProviderName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
outputSdt
Sets the value ofCfnChannel.DvbSdtSettingsProperty.getOutputSdt()
- Parameters:
outputSdt
- Selects a method of inserting SDT information into an output stream. The sdtFollow setting copies SDT information from input stream to output stream. The sdtFollowIfPresent setting copies SDT information from input stream to output stream if SDT information is present in the input. Otherwise, it falls back on the user-defined values. The sdtManual setting means that the user will enter the SDT information. The sdtNone setting means that the output stream will not contain SDT information.- Returns:
this
-
repInterval
Sets the value ofCfnChannel.DvbSdtSettingsProperty.getRepInterval()
- Parameters:
repInterval
- The number of milliseconds between instances of this table in the output transport stream.- Returns:
this
-
serviceName
Sets the value ofCfnChannel.DvbSdtSettingsProperty.getServiceName()
- Parameters:
serviceName
- The service name placed in the serviceDescriptor in the Service Description Table (SDT). The maximum length is 256 characters.- Returns:
this
-
serviceProviderName
@Stability(Stable) public CfnChannel.DvbSdtSettingsProperty.Builder serviceProviderName(String serviceProviderName) Sets the value ofCfnChannel.DvbSdtSettingsProperty.getServiceProviderName()
- Parameters:
serviceProviderName
- The service provider name placed in the serviceDescriptor in the Service Description Table (SDT). The maximum length is 256 characters.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.DvbSdtSettingsProperty>
- Returns:
- a new instance of
CfnChannel.DvbSdtSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-