Class CfnSchedulePropsMixin.KinesisParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.scheduler.CfnSchedulePropsMixin.KinesisParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchedulePropsMixin.KinesisParametersProperty>
- Enclosing interface:
CfnSchedulePropsMixin.KinesisParametersProperty
@Stability(Stable)
public static final class CfnSchedulePropsMixin.KinesisParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchedulePropsMixin.KinesisParametersProperty>
A builder for
CfnSchedulePropsMixin.KinesisParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.partitionKey(String partitionKey) Sets the value ofCfnSchedulePropsMixin.KinesisParametersProperty.getPartitionKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
partitionKey
@Stability(Stable) public CfnSchedulePropsMixin.KinesisParametersProperty.Builder partitionKey(String partitionKey) Sets the value ofCfnSchedulePropsMixin.KinesisParametersProperty.getPartitionKey()- Parameters:
partitionKey- Specifies the shard to which EventBridge Scheduler sends the event. For more information, see Amazon Kinesis Data Streams terminology and concepts in the Amazon Kinesis Streams Developer Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSchedulePropsMixin.KinesisParametersProperty>- Returns:
- a new instance of
CfnSchedulePropsMixin.KinesisParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-