Struct aws_sdk_transcribe::model::category_properties::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CategoryProperties
Implementations
The name of the call analytics category.
The name of the call analytics category.
Appends an item to rules.
To override the contents of this collection use set_rules.
The rules used to create a call analytics category.
The rules used to create a call analytics category.
A timestamp that shows when the call analytics category was created.
A timestamp that shows when the call analytics category was created.
A timestamp that shows when the call analytics category was most recently updated.
A timestamp that shows when the call analytics category was most recently updated.
Consumes the builder and constructs a CategoryProperties
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more