Struct aws_sdk_eventbridge::model::kinesis_parameters::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for KinesisParameters.
Implementations§
source§impl Builder
impl Builder
sourcepub fn partition_key_path(self, input: impl Into<String>) -> Self
pub fn partition_key_path(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_partition_key_path(self, input: Option<String>) -> Self
pub fn set_partition_key_path(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> KinesisParameters
pub fn build(self) -> KinesisParameters
Consumes the builder and constructs a KinesisParameters.