Class DvbSdtSettings.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.alpha.DvbSdtSettings.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DvbSdtSettings>
- Enclosing interface:
DvbSdtSettings
@Stability(Experimental)
public static final class DvbSdtSettings.Builder
extends Object
implements software.amazon.jsii.Builder<DvbSdtSettings>
A builder for
DvbSdtSettings-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.outputSdt(DvbSdtOutputMode outputSdt) Sets the value ofDvbSdtSettings.getOutputSdt()repInterval(Duration repInterval) Sets the value ofDvbSdtSettings.getRepInterval()serviceName(String serviceName) Sets the value ofDvbSdtSettings.getServiceName()serviceProviderName(String serviceProviderName) Sets the value ofDvbSdtSettings.getServiceProviderName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
outputSdt
Sets the value ofDvbSdtSettings.getOutputSdt()- Parameters:
outputSdt- The method of inserting SDT information into the output stream.- Returns:
this
-
repInterval
Sets the value ofDvbSdtSettings.getRepInterval()- Parameters:
repInterval- The interval between instances of this table in the output transport stream.- Returns:
this
-
serviceName
Sets the value ofDvbSdtSettings.getServiceName()- Parameters:
serviceName- The service name placed in the serviceDescriptor in the SDT (max 256 characters).- Returns:
this
-
serviceProviderName
@Stability(Experimental) public DvbSdtSettings.Builder serviceProviderName(String serviceProviderName) Sets the value ofDvbSdtSettings.getServiceProviderName()- Parameters:
serviceProviderName- The service provider name placed in the serviceDescriptor in the SDT (max 256 characters).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DvbSdtSettings>- Returns:
- a new instance of
DvbSdtSettings - Throws:
NullPointerException- if any required attribute was not provided
-