@Stability(value=Stable) public static final class CfnChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel>
CfnChannel.| Modifier and Type | Method and Description |
|---|---|
CfnChannel |
build() |
CfnChannel.Builder |
channelName(String channelName)
The name of the channel.
|
CfnChannel.Builder |
channelStorage(CfnChannel.ChannelStorageProperty channelStorage)
Where channel data is stored.
|
CfnChannel.Builder |
channelStorage(IResolvable channelStorage)
Where channel data is stored.
|
static CfnChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnChannel.Builder |
retentionPeriod(CfnChannel.RetentionPeriodProperty retentionPeriod)
How long, in days, message data is kept for the channel.
|
CfnChannel.Builder |
retentionPeriod(IResolvable retentionPeriod)
How long, in days, message data is kept for the channel.
|
CfnChannel.Builder |
tags(List<? extends CfnTag> tags)
Metadata which can be used to manage the channel.
|
@Stability(value=Stable) public static CfnChannel.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.CfnChannel.ChannelStorageProperty.Builder.@Stability(value=Stable) public CfnChannel.Builder channelName(String channelName)
channelName - The name of the channel. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder channelStorage(CfnChannel.ChannelStorageProperty channelStorage)
channelStorage - Where channel data is stored. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder channelStorage(IResolvable channelStorage)
channelStorage - Where channel data is stored. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder retentionPeriod(CfnChannel.RetentionPeriodProperty retentionPeriod)
retentionPeriod - How long, in days, message data is kept for the channel. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder retentionPeriod(IResolvable retentionPeriod)
retentionPeriod - How long, in days, message data is kept for the channel. This parameter is required.this@Stability(value=Stable) public CfnChannel.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - Metadata which can be used to manage the channel. This parameter is required.this@Stability(value=Stable) public CfnChannel build()
build in interface software.amazon.jsii.Builder<CfnChannel>Copyright © 2022. All rights reserved.