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