Class CfnChannel.MediaPackageV2GroupSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.MediaPackageV2GroupSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.MediaPackageV2GroupSettingsProperty>
- Enclosing interface:
CfnChannel.MediaPackageV2GroupSettingsProperty
@Stability(Stable)
public static final class CfnChannel.MediaPackageV2GroupSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.MediaPackageV2GroupSettingsProperty>
A builder for
CfnChannel.MediaPackageV2GroupSettingsProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.captionLanguageMappings
(List<? extends Object> captionLanguageMappings) captionLanguageMappings
(IResolvable captionLanguageMappings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
captionLanguageMappings
@Stability(Stable) public CfnChannel.MediaPackageV2GroupSettingsProperty.Builder captionLanguageMappings(IResolvable captionLanguageMappings) - Parameters:
captionLanguageMappings
- the value to be set.- Returns:
this
-
captionLanguageMappings
@Stability(Stable) public CfnChannel.MediaPackageV2GroupSettingsProperty.Builder captionLanguageMappings(List<? extends Object> captionLanguageMappings) - Parameters:
captionLanguageMappings
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.MediaPackageV2GroupSettingsProperty>
- Returns:
- a new instance of
CfnChannel.MediaPackageV2GroupSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-