Struct aws_sdk_rekognition::model::stream_processor_output::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for StreamProcessorOutput.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn kinesis_data_stream(self, input: KinesisDataStream) -> Self
pub fn kinesis_data_stream(self, input: KinesisDataStream) -> Self
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
sourcepub fn set_kinesis_data_stream(self, input: Option<KinesisDataStream>) -> Self
pub fn set_kinesis_data_stream(self, input: Option<KinesisDataStream>) -> Self
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis results.
sourcepub fn s3_destination(self, input: S3Destination) -> Self
pub fn s3_destination(self, input: S3Destination) -> Self
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
sourcepub fn set_s3_destination(self, input: Option<S3Destination>) -> Self
pub fn set_s3_destination(self, input: Option<S3Destination>) -> Self
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation.
sourcepub fn build(self) -> StreamProcessorOutput
pub fn build(self) -> StreamProcessorOutput
Consumes the builder and constructs a StreamProcessorOutput.
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