@Stability(value=Stable) public static final class CfnSignalingChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSignalingChannelProps>
CfnSignalingChannelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSignalingChannelProps |
build()
Builds the configured instance.
|
CfnSignalingChannelProps.Builder |
messageTtlSeconds(Number messageTtlSeconds)
Sets the value of
CfnSignalingChannelProps.getMessageTtlSeconds() |
CfnSignalingChannelProps.Builder |
name(String name)
Sets the value of
CfnSignalingChannelProps.getName() |
CfnSignalingChannelProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnSignalingChannelProps.getTags() |
CfnSignalingChannelProps.Builder |
type(String type)
Sets the value of
CfnSignalingChannelProps.getType() |
@Stability(value=Stable) public CfnSignalingChannelProps.Builder messageTtlSeconds(Number messageTtlSeconds)
CfnSignalingChannelProps.getMessageTtlSeconds()messageTtlSeconds - The period of time a signaling channel retains undelivered messages before they are discarded.this@Stability(value=Stable) public CfnSignalingChannelProps.Builder name(String name)
CfnSignalingChannelProps.getName()name - A name for the signaling channel that you are creating.
It must be unique for each AWS account and AWS Region .this@Stability(value=Stable) public CfnSignalingChannelProps.Builder tags(List<? extends CfnTag> tags)
CfnSignalingChannelProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnSignalingChannelProps.Builder type(String type)
CfnSignalingChannelProps.getType()type - A type of the signaling channel that you are creating.
Currently, SINGLE_MASTER is the only supported channel type.this@Stability(value=Stable) public CfnSignalingChannelProps build()
build in interface software.amazon.jsii.Builder<CfnSignalingChannelProps>CfnSignalingChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.