@Stability(value=Stable) public static final class CfnChannel.DvbSdtSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.DvbSdtSettingsProperty>
CfnChannel.DvbSdtSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.DvbSdtSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.DvbSdtSettingsProperty.Builder |
outputSdt(String outputSdt)
Sets the value of
CfnChannel.DvbSdtSettingsProperty.getOutputSdt() |
CfnChannel.DvbSdtSettingsProperty.Builder |
repInterval(Number repInterval)
Sets the value of
CfnChannel.DvbSdtSettingsProperty.getRepInterval() |
CfnChannel.DvbSdtSettingsProperty.Builder |
serviceName(String serviceName)
Sets the value of
CfnChannel.DvbSdtSettingsProperty.getServiceName() |
CfnChannel.DvbSdtSettingsProperty.Builder |
serviceProviderName(String serviceProviderName)
Sets the value of
CfnChannel.DvbSdtSettingsProperty.getServiceProviderName() |
@Stability(value=Stable) public CfnChannel.DvbSdtSettingsProperty.Builder outputSdt(String outputSdt)
CfnChannel.DvbSdtSettingsProperty.getOutputSdt()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.this@Stability(value=Stable) public CfnChannel.DvbSdtSettingsProperty.Builder repInterval(Number repInterval)
CfnChannel.DvbSdtSettingsProperty.getRepInterval()repInterval - The number of milliseconds between instances of this table in the output transport stream.this@Stability(value=Stable) public CfnChannel.DvbSdtSettingsProperty.Builder serviceName(String serviceName)
CfnChannel.DvbSdtSettingsProperty.getServiceName()serviceName - The service name placed in the serviceDescriptor in the Service Description Table (SDT).
The maximum length is 256 characters.this@Stability(value=Stable) public CfnChannel.DvbSdtSettingsProperty.Builder serviceProviderName(String serviceProviderName)
CfnChannel.DvbSdtSettingsProperty.getServiceProviderName()serviceProviderName - The service provider name placed in the serviceDescriptor in the Service Description Table (SDT).
The maximum length is 256 characters.this@Stability(value=Stable) public CfnChannel.DvbSdtSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.DvbSdtSettingsProperty>CfnChannel.DvbSdtSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.