@Stability(value=Stable) public static final class CfnStreamKey.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamKey>
CfnStreamKey.| Modifier and Type | Method and Description |
|---|---|
CfnStreamKey |
build() |
CfnStreamKey.Builder |
channelArn(String channelArn)
Channel ARN for the stream.
|
static CfnStreamKey.Builder |
create(Construct scope,
String id) |
CfnStreamKey.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnStreamKey.Builder create(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.CfnStreamKey.Builder.@Stability(value=Stable) public CfnStreamKey.Builder channelArn(String channelArn)
channelArn - Channel ARN for the stream. This parameter is required.this@Stability(value=Stable) public CfnStreamKey.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 CfnStreamKey build()
build in interface software.amazon.jsii.Builder<CfnStreamKey>Copyright © 2022. All rights reserved.