Class CfnStreamKeyMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ivs.CfnStreamKeyMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStreamKeyMixinProps>
- Enclosing interface:
CfnStreamKeyMixinProps
@Stability(Stable)
public static final class CfnStreamKeyMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStreamKeyMixinProps>
A builder for
CfnStreamKeyMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelArn(String channelArn) Sets the value ofCfnStreamKeyMixinProps.getChannelArn()channelArn(IChannelRef channelArn) Sets the value ofCfnStreamKeyMixinProps.getChannelArn()Sets the value ofCfnStreamKeyMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelArn
Sets the value ofCfnStreamKeyMixinProps.getChannelArn()- Parameters:
channelArn- Channel ARN for the stream.- Returns:
this
-
channelArn
Sets the value ofCfnStreamKeyMixinProps.getChannelArn()- Parameters:
channelArn- Channel ARN for the stream.- Returns:
this
-
tags
Sets the value ofCfnStreamKeyMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStreamKeyMixinProps>- Returns:
- a new instance of
CfnStreamKeyMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-