@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 - The ARN of the IAM role that grants access to the Amazon Kinesis stream. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.KinesisActionProperty.Builder streamName(String streamName)
CfnTopicRule.KinesisActionProperty.getStreamName()streamName - The name of the Amazon Kinesis stream. This parameter is required.this@Stability(value=Stable) public CfnTopicRule.KinesisActionProperty.Builder partitionKey(String partitionKey)
CfnTopicRule.KinesisActionProperty.getPartitionKey()partitionKey - The partition key.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 © 2022. All rights reserved.