@Stability(value=Stable) public static final class CfnSchedule.KinesisParametersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSchedule.KinesisParametersProperty>
CfnSchedule.KinesisParametersProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchedule.KinesisParametersProperty |
build()
Builds the configured instance.
|
CfnSchedule.KinesisParametersProperty.Builder |
partitionKey(String partitionKey)
Sets the value of
CfnSchedule.KinesisParametersProperty.getPartitionKey() |
@Stability(value=Stable) public CfnSchedule.KinesisParametersProperty.Builder partitionKey(String partitionKey)
CfnSchedule.KinesisParametersProperty.getPartitionKey()partitionKey - Specifies the shard to which EventBridge Scheduler sends the event. This parameter is required.
For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide .this@Stability(value=Stable) public CfnSchedule.KinesisParametersProperty build()
build in interface software.amazon.jsii.Builder<CfnSchedule.KinesisParametersProperty>CfnSchedule.KinesisParametersPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.