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

com.pulumi.aws.medialive.kotlin.inputs.ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsArgs.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.medialive.kotlin.inputs

import com.pulumi.aws.medialive.inputs.ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName

/**
 *
 * @property nielsenCbetSettings Used to insert watermarks of type Nielsen CBET. See Nielsen CBET Settings for more details.
 * @property nielsenDistributionType Distribution types to assign to the watermarks. Options are `PROGRAM_CONTENT` and `FINAL_DISTRIBUTOR`.
 * @property nielsenNaesIiNwSettings Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.
 */
public data class
ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsArgs(
    public val nielsenCbetSettings: Output? =
        null,
    public val nielsenDistributionType: Output? = null,
    public val nielsenNaesIiNwSettings: Output>? =
        null,
) :
    ConvertibleToJava {
    override fun toJava(): com.pulumi.aws.medialive.inputs.ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsArgs =
        com.pulumi.aws.medialive.inputs.ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsArgs.builder()
            .nielsenCbetSettings(
                nielsenCbetSettings?.applyValue({ args0 ->
                    args0.let({ args0 ->
                        args0.toJava()
                    })
                }),
            )
            .nielsenDistributionType(nielsenDistributionType?.applyValue({ args0 -> args0 }))
            .nielsenNaesIiNwSettings(
                nielsenNaesIiNwSettings?.applyValue({ args0 ->
                    args0.map({ args0 ->
                        args0.let({ args0 -> args0.toJava() })
                    })
                }),
            ).build()
}

/**
 * Builder for [ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsArgs].
 */
@PulumiTagMarker
public class
ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsArgsBuilder
internal constructor() {
    private var nielsenCbetSettings:
        Output? =
        null

    private var nielsenDistributionType: Output? = null

    private var nielsenNaesIiNwSettings:
        Output>? =
        null

    /**
     * @param value Used to insert watermarks of type Nielsen CBET. See Nielsen CBET Settings for more details.
     */
    @JvmName("tpyaquhssdvgqfbx")
    public suspend fun nielsenCbetSettings(`value`: Output) {
        this.nielsenCbetSettings = value
    }

    /**
     * @param value Distribution types to assign to the watermarks. Options are `PROGRAM_CONTENT` and `FINAL_DISTRIBUTOR`.
     */
    @JvmName("flyhmhtsphjpxpqy")
    public suspend fun nielsenDistributionType(`value`: Output) {
        this.nielsenDistributionType = value
    }

    /**
     * @param value Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.
     */
    @JvmName("osbyoewxtxvohcur")
    public suspend fun nielsenNaesIiNwSettings(`value`: Output>) {
        this.nielsenNaesIiNwSettings = value
    }

    @JvmName("lcjmfnuwrpcwotax")
    public suspend fun nielsenNaesIiNwSettings(vararg values: Output) {
        this.nielsenNaesIiNwSettings = Output.all(values.asList())
    }

    /**
     * @param values Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.
     */
    @JvmName("sfftqkihubnjohwx")
    public suspend fun nielsenNaesIiNwSettings(values: List>) {
        this.nielsenNaesIiNwSettings = Output.all(values)
    }

    /**
     * @param value Used to insert watermarks of type Nielsen CBET. See Nielsen CBET Settings for more details.
     */
    @JvmName("haqfxcgwgvickrrs")
    public suspend fun nielsenCbetSettings(`value`: ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettingsArgs?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.nielsenCbetSettings = mapped
    }

    /**
     * @param argument Used to insert watermarks of type Nielsen CBET. See Nielsen CBET Settings for more details.
     */
    @JvmName("nwejxjuvuasmsdud")
    public suspend fun nielsenCbetSettings(argument: suspend ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettingsArgsBuilder.() -> Unit) {
        val toBeMapped =
            ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenCbetSettingsArgsBuilder().applySuspend {
                argument()
            }.build()
        val mapped = of(toBeMapped)
        this.nielsenCbetSettings = mapped
    }

    /**
     * @param value Distribution types to assign to the watermarks. Options are `PROGRAM_CONTENT` and `FINAL_DISTRIBUTOR`.
     */
    @JvmName("lurgtgtegvuiieci")
    public suspend fun nielsenDistributionType(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.nielsenDistributionType = mapped
    }

    /**
     * @param value Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.
     */
    @JvmName("liccckgapkrrnfer")
    public suspend fun nielsenNaesIiNwSettings(`value`: List?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.nielsenNaesIiNwSettings = mapped
    }

    /**
     * @param argument Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.
     */
    @JvmName("fnriqqlktvwvmfbq")
    public suspend fun nielsenNaesIiNwSettings(argument: List Unit>) {
        val toBeMapped = argument.toList().map {
            ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSettingArgsBuilder().applySuspend {
                it()
            }.build()
        }
        val mapped = of(toBeMapped)
        this.nielsenNaesIiNwSettings = mapped
    }

    /**
     * @param argument Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.
     */
    @JvmName("hqxeylqphsitlcnv")
    public suspend fun nielsenNaesIiNwSettings(vararg argument: suspend ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSettingArgsBuilder.() -> Unit) {
        val toBeMapped = argument.toList().map {
            ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSettingArgsBuilder().applySuspend {
                it()
            }.build()
        }
        val mapped = of(toBeMapped)
        this.nielsenNaesIiNwSettings = mapped
    }

    /**
     * @param argument Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.
     */
    @JvmName("mxoepwnpeyfqybii")
    public suspend fun nielsenNaesIiNwSettings(argument: suspend ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSettingArgsBuilder.() -> Unit) {
        val toBeMapped =
            listOf(
                ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSettingArgsBuilder().applySuspend
                    { argument() }.build(),
            )
        val mapped = of(toBeMapped)
        this.nielsenNaesIiNwSettings = mapped
    }

    /**
     * @param values Used to insert watermarks of type Nielsen NAES, II (N2) and Nielsen NAES VI (NW). See Nielsen NAES II NW Settings for more details.
     */
    @JvmName("jkqrgajaocsvwwro")
    public suspend fun nielsenNaesIiNwSettings(vararg values: ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsNielsenNaesIiNwSettingArgs) {
        val toBeMapped = values.toList()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.nielsenNaesIiNwSettings = mapped
    }

    internal fun build(): ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsArgs =
        ChannelEncoderSettingsAudioDescriptionAudioWatermarkSettingsNielsenWatermarksSettingsArgs(
            nielsenCbetSettings = nielsenCbetSettings,
            nielsenDistributionType = nielsenDistributionType,
            nielsenNaesIiNwSettings = nielsenNaesIiNwSettings,
        )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy