Class CfnSignalingChannel.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisvideo.CfnSignalingChannel.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSignalingChannel>
- Enclosing class:
CfnSignalingChannel
@Stability(Stable)
public static final class CfnSignalingChannel.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSignalingChannel>
A fluent builder for
CfnSignalingChannel
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnSignalingChannel.Builder
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 CfnSignalingChannel.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnSignalingChannel.Builder
.
-
messageTtlSeconds
The period of time (in seconds) a signaling channel retains undelivered messages before they are discarded.Use
API_UpdateSignalingChannel
to 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_MASTER
is 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnSignalingChannel>
- Returns:
- a newly built instance of
CfnSignalingChannel
.
-