@Stability(value=Stable) public static final class CfnSignalingChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnSignalingChannel>
CfnSignalingChannel.| Modifier and Type | Method and Description |
|---|---|
CfnSignalingChannel |
build() |
static CfnSignalingChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSignalingChannel.Builder |
messageTtlSeconds(Number messageTtlSeconds)
The period of time a signaling channel retains undelivered messages before they are discarded.
|
CfnSignalingChannel.Builder |
name(String name)
A name for the signaling channel that you are creating.
|
CfnSignalingChannel.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnSignalingChannel.Builder |
type(String type)
A type of the signaling channel that you are creating.
|
@Stability(value=Stable) public static CfnSignalingChannel.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSignalingChannel.Builder.@Stability(value=Stable) public CfnSignalingChannel.Builder messageTtlSeconds(Number messageTtlSeconds)
messageTtlSeconds - The period of time a signaling channel retains undelivered messages before they are discarded. This parameter is required.this@Stability(value=Stable) public CfnSignalingChannel.Builder name(String name)
It must be unique for each AWS account and AWS Region .
name - A name for the signaling channel that you are creating. This parameter is required.this@Stability(value=Stable) public CfnSignalingChannel.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnSignalingChannel.Builder type(String type)
Currently, SINGLE_MASTER is the only supported channel type.
type - A type of the signaling channel that you are creating. This parameter is required.this@Stability(value=Stable) public CfnSignalingChannel build()
build in interface software.amazon.jsii.Builder<CfnSignalingChannel>Copyright © 2022. All rights reserved.