Class CfnStreamKeyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ivs.CfnStreamKeyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStreamKeyPropsMixin>
- Enclosing class:
CfnStreamKeyPropsMixin
@Stability(Stable)
public static final class CfnStreamKeyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStreamKeyPropsMixin>
A fluent builder for
CfnStreamKeyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()channelArn(String channelArn) Channel ARN for the stream.channelArn(IChannelRef channelArn) Channel ARN for the stream.create()create(CfnPropertyMixinOptions options) An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnStreamKeyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnStreamKeyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnStreamKeyPropsMixin.Builder.
-
channelArn
Channel ARN for the stream.- Parameters:
channelArn- Channel ARN for the stream. This parameter is required.- Returns:
this- See Also:
-
channelArn
Channel ARN for the stream.- Parameters:
channelArn- Channel ARN for the stream. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStreamKeyPropsMixin>- Returns:
- a newly built instance of
CfnStreamKeyPropsMixin.
-