Interface KinesisParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisParameters.Builder,KinesisParameters>,SdkBuilder<KinesisParameters.Builder,KinesisParameters>,SdkPojo
- Enclosing class:
- KinesisParameters
public static interface KinesisParameters.Builder extends SdkPojo, CopyableBuilder<KinesisParameters.Builder,KinesisParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisParameters.BuilderpartitionKeyPath(String partitionKeyPath)The JSON path to be extracted from the event and used as the partition key.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
partitionKeyPath
KinesisParameters.Builder partitionKeyPath(String partitionKeyPath)
The JSON path to be extracted from the event and used as the partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide.
- Parameters:
partitionKeyPath- The JSON path to be extracted from the event and used as the partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-