Struct aws_sdk_xray::model::fault_statistics::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for FaultStatistics
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn other_count(self, input: i64) -> Self
pub fn other_count(self, input: i64) -> Self
The number of requests that failed with untracked 5xx Server Error status codes.
sourcepub fn set_other_count(self, input: Option<i64>) -> Self
pub fn set_other_count(self, input: Option<i64>) -> Self
The number of requests that failed with untracked 5xx Server Error status codes.
sourcepub fn total_count(self, input: i64) -> Self
pub fn total_count(self, input: i64) -> Self
The total number of requests that failed with a 5xx Server Error status code.
sourcepub fn set_total_count(self, input: Option<i64>) -> Self
pub fn set_total_count(self, input: Option<i64>) -> Self
The total number of requests that failed with a 5xx Server Error status code.
sourcepub fn build(self) -> FaultStatistics
pub fn build(self) -> FaultStatistics
Consumes the builder and constructs a FaultStatistics
.