All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.medialive.cfnChannel.DvbSdtSettingsProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.medialive.cfnChannel

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object DvbSdtSettingsProperty {

  def apply(
    serviceName: Option[String] = None,
    repInterval: Option[Number] = None,
    outputSdt: Option[String] = None,
    serviceProviderName: Option[String] = None
  ): software.amazon.awscdk.services.medialive.CfnChannel.DvbSdtSettingsProperty =
    (new software.amazon.awscdk.services.medialive.CfnChannel.DvbSdtSettingsProperty.Builder)
      .serviceName(serviceName.orNull)
      .repInterval(repInterval.orNull)
      .outputSdt(outputSdt.orNull)
      .serviceProviderName(serviceProviderName.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy