Class CfnChannelPropsMixin.DvbSdtSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.DvbSdtSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.DvbSdtSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.DvbSdtSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.DvbSdtSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.DvbSdtSettingsProperty>
A builder for
CfnChannelPropsMixin.DvbSdtSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannelPropsMixin.DvbSdtSettingsProperty.getOutputSdt()repInterval(Number repInterval) Sets the value ofCfnChannelPropsMixin.DvbSdtSettingsProperty.getRepInterval()serviceName(String serviceName) Sets the value ofCfnChannelPropsMixin.DvbSdtSettingsProperty.getServiceName()serviceProviderName(String serviceProviderName) Sets the value ofCfnChannelPropsMixin.DvbSdtSettingsProperty.getServiceProviderName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
outputSdt
@Stability(Stable) public CfnChannelPropsMixin.DvbSdtSettingsProperty.Builder outputSdt(String outputSdt) Sets the value ofCfnChannelPropsMixin.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
@Stability(Stable) public CfnChannelPropsMixin.DvbSdtSettingsProperty.Builder repInterval(Number repInterval) Sets the value ofCfnChannelPropsMixin.DvbSdtSettingsProperty.getRepInterval()- Parameters:
repInterval- The number of milliseconds between instances of this table in the output transport stream.- Returns:
this
-
serviceName
@Stability(Stable) public CfnChannelPropsMixin.DvbSdtSettingsProperty.Builder serviceName(String serviceName) Sets the value ofCfnChannelPropsMixin.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 CfnChannelPropsMixin.DvbSdtSettingsProperty.Builder serviceProviderName(String serviceProviderName) Sets the value ofCfnChannelPropsMixin.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.DvbSdtSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.DvbSdtSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-