@Stability(value=Stable) public static final class CfnStreamKeyProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamKeyProps>
CfnStreamKeyProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStreamKeyProps |
build()
Builds the configured instance.
|
CfnStreamKeyProps.Builder |
channelArn(String channelArn)
Sets the value of
CfnStreamKeyProps.getChannelArn() |
CfnStreamKeyProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnStreamKeyProps.getTags() |
@Stability(value=Stable) public CfnStreamKeyProps.Builder channelArn(String channelArn)
CfnStreamKeyProps.getChannelArn()channelArn - Channel ARN for the stream. This parameter is required.this@Stability(value=Stable) public CfnStreamKeyProps.Builder tags(List<? extends CfnTag> tags)
CfnStreamKeyProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnStreamKeyProps build()
build in interface software.amazon.jsii.Builder<CfnStreamKeyProps>CfnStreamKeyPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.