Struct aws_sdk_redshift::model::event_info_map::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EventInfoMap
Implementations
The identifier of an Amazon Redshift event.
The identifier of an Amazon Redshift event.
Appends an item to event_categories
.
To override the contents of this collection use set_event_categories
.
The category of an Amazon Redshift event.
The category of an Amazon Redshift event.
The description of an Amazon Redshift event.
The description of an Amazon Redshift event.
The severity of the event.
Values: ERROR, INFO
The severity of the event.
Values: ERROR, INFO
Consumes the builder and constructs a EventInfoMap
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