Class CfnSignalingChannelMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisvideo.CfnSignalingChannelMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalingChannelMixinProps>
- Enclosing interface:
CfnSignalingChannelMixinProps
@Stability(Stable)
public static final class CfnSignalingChannelMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalingChannelMixinProps>
A builder for
CfnSignalingChannelMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.messageTtlSeconds(Number messageTtlSeconds) Sets the value ofCfnSignalingChannelMixinProps.getMessageTtlSeconds()Sets the value ofCfnSignalingChannelMixinProps.getName()Sets the value ofCfnSignalingChannelMixinProps.getTags()Sets the value ofCfnSignalingChannelMixinProps.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
messageTtlSeconds
@Stability(Stable) public CfnSignalingChannelMixinProps.Builder messageTtlSeconds(Number messageTtlSeconds) Sets the value ofCfnSignalingChannelMixinProps.getMessageTtlSeconds()- Parameters:
messageTtlSeconds- The period of time (in seconds) a signaling channel retains undelivered messages before they are discarded. UseAPI_UpdateSignalingChannelto update this value.- Returns:
this
-
name
Sets the value ofCfnSignalingChannelMixinProps.getName()- Parameters:
name- A name for the signaling channel that you are creating. It must be unique for each AWS account and AWS Region .- Returns:
this
-
tags
Sets the value ofCfnSignalingChannelMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource. For more information, see Tag .- Returns:
this
-
type
Sets the value ofCfnSignalingChannelMixinProps.getType()- Parameters:
type- A type of the signaling channel that you are creating. Currently,SINGLE_MASTERis the only supported channel type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSignalingChannelMixinProps>- Returns:
- a new instance of
CfnSignalingChannelMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-