public static final class CfnStreamKeyProps.Builder
extends java.lang.Object
CfnStreamKeyProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnStreamKeyProps |
build()
Builds the configured instance.
|
CfnStreamKeyProps.Builder |
channelArn(java.lang.String channelArn)
Sets the value of
CfnStreamKeyProps.getChannelArn() |
CfnStreamKeyProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnStreamKeyProps.getTags() |
public CfnStreamKeyProps.Builder channelArn(java.lang.String channelArn)
CfnStreamKeyProps.getChannelArn()
channelArn
- Channel ARN for the stream. This parameter is required.this
public CfnStreamKeyProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnStreamKeyProps.getTags()
tags
- An array of key-value pairs to apply to this resource.
For more information, see Tag .this
public CfnStreamKeyProps build()
CfnStreamKeyProps
java.lang.NullPointerException
- if any required attribute was not provided