Class CfnChannel.MediaPackageV2DestinationSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.MediaPackageV2DestinationSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.MediaPackageV2DestinationSettingsProperty>
- Enclosing interface:
CfnChannel.MediaPackageV2DestinationSettingsProperty
@Stability(Stable)
public static final class CfnChannel.MediaPackageV2DestinationSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.MediaPackageV2DestinationSettingsProperty>
A builder for
CfnChannel.MediaPackageV2DestinationSettingsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaudioGroupId
(String audioGroupId) Sets the value ofCfnChannel.MediaPackageV2DestinationSettingsProperty.getAudioGroupId()
audioRenditionSets
(String audioRenditionSets) build()
Builds the configured instance.hlsAutoSelect
(String hlsAutoSelect) Sets the value ofCfnChannel.MediaPackageV2DestinationSettingsProperty.getHlsAutoSelect()
hlsDefault
(String hlsDefault) Sets the value ofCfnChannel.MediaPackageV2DestinationSettingsProperty.getHlsDefault()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
audioGroupId
@Stability(Stable) public CfnChannel.MediaPackageV2DestinationSettingsProperty.Builder audioGroupId(String audioGroupId) Sets the value ofCfnChannel.MediaPackageV2DestinationSettingsProperty.getAudioGroupId()
- Parameters:
audioGroupId
- the value to be set.- Returns:
this
-
audioRenditionSets
@Stability(Stable) public CfnChannel.MediaPackageV2DestinationSettingsProperty.Builder audioRenditionSets(String audioRenditionSets) - Parameters:
audioRenditionSets
- the value to be set.- Returns:
this
-
hlsAutoSelect
@Stability(Stable) public CfnChannel.MediaPackageV2DestinationSettingsProperty.Builder hlsAutoSelect(String hlsAutoSelect) Sets the value ofCfnChannel.MediaPackageV2DestinationSettingsProperty.getHlsAutoSelect()
- Parameters:
hlsAutoSelect
- the value to be set.- Returns:
this
-
hlsDefault
@Stability(Stable) public CfnChannel.MediaPackageV2DestinationSettingsProperty.Builder hlsDefault(String hlsDefault) Sets the value ofCfnChannel.MediaPackageV2DestinationSettingsProperty.getHlsDefault()
- Parameters:
hlsDefault
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.MediaPackageV2DestinationSettingsProperty>
- Returns:
- a new instance of
CfnChannel.MediaPackageV2DestinationSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-