@Stability(value=Stable) public static final class KinesisStreamProps.Builder extends Object implements software.amazon.jsii.Builder<KinesisStreamProps>
KinesisStreamProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
KinesisStreamProps |
build()
Builds the configured instance.
|
KinesisStreamProps.Builder |
message(RuleTargetInput message)
Sets the value of
KinesisStreamProps.getMessage() |
KinesisStreamProps.Builder |
partitionKeyPath(String partitionKeyPath)
Sets the value of
KinesisStreamProps.getPartitionKeyPath() |
@Stability(value=Stable) public KinesisStreamProps.Builder message(RuleTargetInput message)
KinesisStreamProps.getMessage()message - The message to send to the stream.
Must be a valid JSON text passed to the target stream.this@Stability(value=Stable) public KinesisStreamProps.Builder partitionKeyPath(String partitionKeyPath)
KinesisStreamProps.getPartitionKeyPath()partitionKeyPath - Partition Key Path for records sent to this stream.this@Stability(value=Stable) public KinesisStreamProps build()
build in interface software.amazon.jsii.Builder<KinesisStreamProps>KinesisStreamPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.