Class ChannelGroupReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.mediapackagev2.ChannelGroupReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ChannelGroupReference>
- Enclosing interface:
ChannelGroupReference
@Stability(Stable)
public static final class ChannelGroupReference.Builder
extends Object
implements software.amazon.jsii.Builder<ChannelGroupReference>
A builder for
ChannelGroupReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelGroupArn(String channelGroupArn) Sets the value ofChannelGroupReference.getChannelGroupArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelGroupArn
Sets the value ofChannelGroupReference.getChannelGroupArn()- Parameters:
channelGroupArn- The Arn of the ChannelGroup resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ChannelGroupReference>- Returns:
- a new instance of
ChannelGroupReference - Throws:
NullPointerException- if any required attribute was not provided
-