Struct aws_sdk_scheduler::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(self, input: impl Into<String>) -> Self
pub fn partition_key(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_partition_key(self, input: Option<String>) -> Self
pub fn set_partition_key(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> KinesisParameters
pub fn build(self) -> KinesisParameters
Consumes the builder and constructs a KinesisParameters.