Struct aws_sdk_xray::model::insight_event::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InsightEvent
Implementations
A brief description of the event.
The time, in Unix seconds, at which the event was recorded.
The time, in Unix seconds, at which the event was recorded.
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 during the event that is most impacted by the incident.
The service during the event that is most impacted by the incident.
Consumes the builder and constructs a InsightEvent
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