CopyableBuilder<KinesisParameters.Builder,KinesisParameters>
, SdkBuilder<KinesisParameters.Builder,KinesisParameters>
public static interface KinesisParameters.Builder extends CopyableBuilder<KinesisParameters.Builder,KinesisParameters>
Modifier and Type | Method | Description |
---|---|---|
KinesisParameters.Builder |
partitionKeyPath(String partitionKeyPath) |
The JSON path to be extracted from the event and used as the partition key.
|
copy
apply, build
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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.