Struct aws_sdk_applicationinsights::model::problem::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Problem
Implementations
A detailed analysis of the problem using machine learning.
A detailed analysis of the problem using machine learning.
The status of the problem.
The resource affected by the problem.
The resource affected by the problem.
The time when the problem started, in epoch seconds.
The time when the problem started, in epoch seconds.
The time when the problem ended, in epoch seconds.
The time when the problem ended, in epoch seconds.
A measure of the level of impact of the problem.
A measure of the level of impact of the problem.
The name of the resource group affected by the problem.
The name of the resource group affected by the problem.
Adds a key-value pair to feedback
.
To override the contents of this collection use set_feedback
.
Feedback provided by the user about the problem.
Feedback provided by the user about the problem.
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