#[non_exhaustive]
pub struct DescribeStreamProcessorOutputBuilder { /* private fields */ }
Expand description

Implementations§

source§

impl DescribeStreamProcessorOutputBuilder

source

pub fn name(self, input: impl Into<String>) -> Self

Name of the stream processor.

source

pub fn set_name(self, input: Option<String>) -> Self

Name of the stream processor.

source

pub fn get_name(&self) -> &Option<String>

Name of the stream processor.

source

pub fn stream_processor_arn(self, input: impl Into<String>) -> Self

ARN of the stream processor.

source

pub fn set_stream_processor_arn(self, input: Option<String>) -> Self

ARN of the stream processor.

source

pub fn get_stream_processor_arn(&self) -> &Option<String>

ARN of the stream processor.

source

pub fn status(self, input: StreamProcessorStatus) -> Self

Current status of the stream processor.

source

pub fn set_status(self, input: Option<StreamProcessorStatus>) -> Self

Current status of the stream processor.

source

pub fn get_status(&self) -> &Option<StreamProcessorStatus>

Current status of the stream processor.

source

pub fn status_message(self, input: impl Into<String>) -> Self

Detailed status message about the stream processor.

source

pub fn set_status_message(self, input: Option<String>) -> Self

Detailed status message about the stream processor.

source

pub fn get_status_message(&self) -> &Option<String>

Detailed status message about the stream processor.

source

pub fn creation_timestamp(self, input: DateTime) -> Self

Date and time the stream processor was created

source

pub fn set_creation_timestamp(self, input: Option<DateTime>) -> Self

Date and time the stream processor was created

source

pub fn get_creation_timestamp(&self) -> &Option<DateTime>

Date and time the stream processor was created

source

pub fn last_update_timestamp(self, input: DateTime) -> Self

The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.

source

pub fn set_last_update_timestamp(self, input: Option<DateTime>) -> Self

The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.

source

pub fn get_last_update_timestamp(&self) -> &Option<DateTime>

The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.

source

pub fn input(self, input: StreamProcessorInput) -> Self

Kinesis video stream that provides the source streaming video.

source

pub fn set_input(self, input: Option<StreamProcessorInput>) -> Self

Kinesis video stream that provides the source streaming video.

source

pub fn get_input(&self) -> &Option<StreamProcessorInput>

Kinesis video stream that provides the source streaming video.

source

pub fn output(self, input: StreamProcessorOutput) -> Self

Kinesis data stream to which Amazon Rekognition Video puts the analysis results.

source

pub fn set_output(self, input: Option<StreamProcessorOutput>) -> Self

Kinesis data stream to which Amazon Rekognition Video puts the analysis results.

source

pub fn get_output(&self) -> &Option<StreamProcessorOutput>

Kinesis data stream to which Amazon Rekognition Video puts the analysis results.

source

pub fn role_arn(self, input: impl Into<String>) -> Self

ARN of the IAM role that allows access to the stream processor.

source

pub fn set_role_arn(self, input: Option<String>) -> Self

ARN of the IAM role that allows access to the stream processor.

source

pub fn get_role_arn(&self) -> &Option<String>

ARN of the IAM role that allows access to the stream processor.

source

pub fn settings(self, input: StreamProcessorSettings) -> Self

Input parameters used in a streaming video analyzed by a stream processor. You can use FaceSearch to recognize faces in a streaming video, or you can use ConnectedHome to detect labels.

source

pub fn set_settings(self, input: Option<StreamProcessorSettings>) -> Self

Input parameters used in a streaming video analyzed by a stream processor. You can use FaceSearch to recognize faces in a streaming video, or you can use ConnectedHome to detect labels.

source

pub fn get_settings(&self) -> &Option<StreamProcessorSettings>

Input parameters used in a streaming video analyzed by a stream processor. You can use FaceSearch to recognize faces in a streaming video, or you can use ConnectedHome to detect labels.

source

pub fn notification_channel( self, input: StreamProcessorNotificationChannel ) -> Self

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.

Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. For example, if Amazon Rekognition detects a person at second 2, a pet at second 4, and a person again at second 5, Amazon Rekognition sends 2 object class detected notifications, one for a person at second 2 and one for a pet at second 4.

Amazon Rekognition also publishes an an end-of-session notification with a summary when the stream processing session is complete.

source

pub fn set_notification_channel( self, input: Option<StreamProcessorNotificationChannel> ) -> Self

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.

Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. For example, if Amazon Rekognition detects a person at second 2, a pet at second 4, and a person again at second 5, Amazon Rekognition sends 2 object class detected notifications, one for a person at second 2 and one for a pet at second 4.

Amazon Rekognition also publishes an an end-of-session notification with a summary when the stream processing session is complete.

source

pub fn get_notification_channel( &self ) -> &Option<StreamProcessorNotificationChannel>

The Amazon Simple Notification Service topic to which Amazon Rekognition publishes the object detection results and completion status of a video analysis operation.

Amazon Rekognition publishes a notification the first time an object of interest or a person is detected in the video stream. For example, if Amazon Rekognition detects a person at second 2, a pet at second 4, and a person again at second 5, Amazon Rekognition sends 2 object class detected notifications, one for a person at second 2 and one for a pet at second 4.

Amazon Rekognition also publishes an an end-of-session notification with a summary when the stream processing session is complete.

source

pub fn kms_key_id(self, input: impl Into<String>) -> Self

The identifier for your AWS Key Management Service key (AWS KMS key). This is an optional parameter for label detection stream processors.

source

pub fn set_kms_key_id(self, input: Option<String>) -> Self

The identifier for your AWS Key Management Service key (AWS KMS key). This is an optional parameter for label detection stream processors.

source

pub fn get_kms_key_id(&self) -> &Option<String>

The identifier for your AWS Key Management Service key (AWS KMS key). This is an optional parameter for label detection stream processors.

source

pub fn regions_of_interest(self, input: RegionOfInterest) -> Self

Appends an item to regions_of_interest.

To override the contents of this collection use set_regions_of_interest.

Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.

source

pub fn set_regions_of_interest( self, input: Option<Vec<RegionOfInterest>> ) -> Self

Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.

source

pub fn get_regions_of_interest(&self) -> &Option<Vec<RegionOfInterest>>

Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.

source

pub fn data_sharing_preference( self, input: StreamProcessorDataSharingPreference ) -> Self

Shows whether you are sharing data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.

source

pub fn set_data_sharing_preference( self, input: Option<StreamProcessorDataSharingPreference> ) -> Self

Shows whether you are sharing data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.

source

pub fn get_data_sharing_preference( &self ) -> &Option<StreamProcessorDataSharingPreference>

Shows whether you are sharing data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.

source

pub fn build(self) -> DescribeStreamProcessorOutput

Consumes the builder and constructs a DescribeStreamProcessorOutput.

Trait Implementations§

source§

impl Clone for DescribeStreamProcessorOutputBuilder

source§

fn clone(&self) -> DescribeStreamProcessorOutputBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DescribeStreamProcessorOutputBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DescribeStreamProcessorOutputBuilder

source§

fn default() -> DescribeStreamProcessorOutputBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for DescribeStreamProcessorOutputBuilder

source§

fn eq(&self, other: &DescribeStreamProcessorOutputBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for DescribeStreamProcessorOutputBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more