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