pub struct Builder { /* private fields */ }Expand description
A builder for StreamProcessingStartSelector.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn kvs_stream_start_selector(
self,
input: KinesisVideoStreamStartSelector
) -> Self
pub fn kvs_stream_start_selector(
self,
input: KinesisVideoStreamStartSelector
) -> Self
Specifies the starting point in the stream to start processing. This can be done with a timestamp or a fragment number in a Kinesis stream.
sourcepub fn set_kvs_stream_start_selector(
self,
input: Option<KinesisVideoStreamStartSelector>
) -> Self
pub fn set_kvs_stream_start_selector(
self,
input: Option<KinesisVideoStreamStartSelector>
) -> Self
Specifies the starting point in the stream to start processing. This can be done with a timestamp or a fragment number in a Kinesis stream.
sourcepub fn build(self) -> StreamProcessingStartSelector
pub fn build(self) -> StreamProcessingStartSelector
Consumes the builder and constructs a StreamProcessingStartSelector.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more