@Stability(value=Stable) public static final class CfnRule.KinesisParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRule.KinesisParametersProperty>
CfnRule.KinesisParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRule.KinesisParametersProperty |
build()
Builds the configured instance.
|
CfnRule.KinesisParametersProperty.Builder |
partitionKeyPath(String partitionKeyPath)
Sets the value of
CfnRule.KinesisParametersProperty.getPartitionKeyPath() |
@Stability(value=Stable) public CfnRule.KinesisParametersProperty.Builder partitionKeyPath(String partitionKeyPath)
CfnRule.KinesisParametersProperty.getPartitionKeyPath()partitionKeyPath - The JSON path to be extracted from the event and used as the partition key. This parameter is required.
For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide .this@Stability(value=Stable) public CfnRule.KinesisParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnRule.KinesisParametersProperty>CfnRule.KinesisParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.