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