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