Struct aws_sdk_xray::model::insight::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Insight
Implementations
The insights unique identifier.
The insights unique identifier.
The Amazon Resource Name (ARN) of the group that the insight belongs to.
The Amazon Resource Name (ARN) of the group that the insight belongs to.
The name of the group that the insight belongs to.
The name of the group that the insight belongs to.
Appends an item to categories
.
To override the contents of this collection use set_categories
.
The categories that label and describe the type of insight.
The categories that label and describe the type of insight.
The current state of the insight.
The current state of the insight.
The time, in Unix seconds, at which the insight began.
The time, in Unix seconds, at which the insight began.
The time, in Unix seconds, at which the insight ended.
The time, in Unix seconds, at which the insight ended.
A brief description of the insight.
The impact statistics of the client side service. This includes the number of requests to the client service and whether the requests were faults or okay.
pub fn set_client_request_impact_statistics(
self,
input: Option<RequestImpactStatistics>
) -> Self
pub fn set_client_request_impact_statistics(
self,
input: Option<RequestImpactStatistics>
) -> Self
The impact statistics of the client side service. This includes the number of requests to the client service and whether the requests were faults or okay.
pub fn root_cause_service_request_impact_statistics(
self,
input: RequestImpactStatistics
) -> Self
pub fn root_cause_service_request_impact_statistics(
self,
input: RequestImpactStatistics
) -> Self
The impact statistics of the root cause service. This includes the number of requests to the client service and whether the requests were faults or okay.
pub fn set_root_cause_service_request_impact_statistics(
self,
input: Option<RequestImpactStatistics>
) -> Self
pub fn set_root_cause_service_request_impact_statistics(
self,
input: Option<RequestImpactStatistics>
) -> Self
The impact statistics of the root cause service. This includes the number of requests to the client service and whether the requests were faults or okay.
Appends an item to top_anomalous_services
.
To override the contents of this collection use set_top_anomalous_services
.
The service within the insight that is most impacted by the incident.
The service within the insight that is most impacted by the incident.
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