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