Class CfnChannelPropsMixin.MediaPackageGroupSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.MediaPackageGroupSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.MediaPackageGroupSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.MediaPackageGroupSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.MediaPackageGroupSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.MediaPackageGroupSettingsProperty>
A builder for
CfnChannelPropsMixin.MediaPackageGroupSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannelPropsMixin.MediaPackageGroupSettingsProperty.getDestination()destination(IResolvable destination) Sets the value ofCfnChannelPropsMixin.MediaPackageGroupSettingsProperty.getDestination()mediapackageV2GroupSettings(CfnChannelPropsMixin.MediaPackageV2GroupSettingsProperty mediapackageV2GroupSettings) mediapackageV2GroupSettings(IResolvable mediapackageV2GroupSettings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destination
@Stability(Stable) public CfnChannelPropsMixin.MediaPackageGroupSettingsProperty.Builder destination(IResolvable destination) Sets the value ofCfnChannelPropsMixin.MediaPackageGroupSettingsProperty.getDestination()- Parameters:
destination- The MediaPackage channel destination.- Returns:
this
-
destination
@Stability(Stable) public CfnChannelPropsMixin.MediaPackageGroupSettingsProperty.Builder destination(CfnChannelPropsMixin.OutputLocationRefProperty destination) Sets the value ofCfnChannelPropsMixin.MediaPackageGroupSettingsProperty.getDestination()- Parameters:
destination- The MediaPackage channel destination.- Returns:
this
-
mediapackageV2GroupSettings
@Stability(Stable) public CfnChannelPropsMixin.MediaPackageGroupSettingsProperty.Builder mediapackageV2GroupSettings(IResolvable mediapackageV2GroupSettings) Sets the value ofCfnChannelPropsMixin.MediaPackageGroupSettingsProperty.getMediapackageV2GroupSettings()- Parameters:
mediapackageV2GroupSettings- the value to be set.- Returns:
this
-
mediapackageV2GroupSettings
@Stability(Stable) public CfnChannelPropsMixin.MediaPackageGroupSettingsProperty.Builder mediapackageV2GroupSettings(CfnChannelPropsMixin.MediaPackageV2GroupSettingsProperty mediapackageV2GroupSettings) Sets the value ofCfnChannelPropsMixin.MediaPackageGroupSettingsProperty.getMediapackageV2GroupSettings()- Parameters:
mediapackageV2GroupSettings- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.MediaPackageGroupSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.MediaPackageGroupSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-