Class CfnSignalingChannelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisvideo.CfnSignalingChannelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalingChannelPropsMixin>
- Enclosing class:
CfnSignalingChannelPropsMixin
@Stability(Stable)
public static final class CfnSignalingChannelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalingChannelPropsMixin>
A fluent builder for
CfnSignalingChannelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) messageTtlSeconds(Number messageTtlSeconds) The period of time (in seconds) a signaling channel retains undelivered messages before they are discarded.A name for the signaling channel that you are creating.An array of key-value pairs to apply to this resource.A type of the signaling channel that you are creating.
-
Method Details
-
create
@Stability(Stable) public static CfnSignalingChannelPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSignalingChannelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSignalingChannelPropsMixin.Builder.
-
messageTtlSeconds
@Stability(Stable) public CfnSignalingChannelPropsMixin.Builder messageTtlSeconds(Number messageTtlSeconds) The period of time (in seconds) a signaling channel retains undelivered messages before they are discarded.Use
API_UpdateSignalingChannelto update this value.- Parameters:
messageTtlSeconds- The period of time (in seconds) a signaling channel retains undelivered messages before they are discarded. This parameter is required.- Returns:
this- See Also:
-
name
A name for the signaling channel that you are creating.It must be unique for each AWS account and AWS Region .
- Parameters:
name- A name for the signaling channel that you are creating. 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:
-
type
A type of the signaling channel that you are creating.Currently,
SINGLE_MASTERis the only supported channel type.- Parameters:
type- A type of the signaling channel that you are creating. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSignalingChannelPropsMixin>- Returns:
- a newly built instance of
CfnSignalingChannelPropsMixin.
-