@Stability(value=Stable) public static final class CfnTopicRule.KinesisActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTopicRule.KinesisActionProperty>
CfnTopicRule.KinesisActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTopicRule.KinesisActionProperty |
build()
Builds the configured instance.
|
CfnTopicRule.KinesisActionProperty.Builder |
partitionKey(String partitionKey)
Sets the value of
CfnTopicRule.KinesisActionProperty.getPartitionKey() |
CfnTopicRule.KinesisActionProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnTopicRule.KinesisActionProperty.getRoleArn() |
CfnTopicRule.KinesisActionProperty.Builder |
streamName(String streamName)
Sets the value of
CfnTopicRule.KinesisActionProperty.getStreamName() |
@Stability(value=Stable) public CfnTopicRule.KinesisActionProperty.Builder roleArn(String roleArn)
CfnTopicRule.KinesisActionProperty.getRoleArn()roleArn - `CfnTopicRule.KinesisActionProperty.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.KinesisActionProperty.Builder streamName(String streamName)
CfnTopicRule.KinesisActionProperty.getStreamName()streamName - `CfnTopicRule.KinesisActionProperty.StreamName`. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.KinesisActionProperty.Builder partitionKey(String partitionKey)
CfnTopicRule.KinesisActionProperty.getPartitionKey()partitionKey - `CfnTopicRule.KinesisActionProperty.PartitionKey`.this@Stability(value=Stable) public CfnTopicRule.KinesisActionProperty build()
build in interface software.amazon.jsii.Builder<CfnTopicRule.KinesisActionProperty>CfnTopicRule.KinesisActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.