Struct aws_sdk_xray::model::forecast_statistics::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ForecastStatistics
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fault_count_high(self, input: i64) -> Self
pub fn fault_count_high(self, input: i64) -> Self
The upper limit of fault counts for a service.
sourcepub fn set_fault_count_high(self, input: Option<i64>) -> Self
pub fn set_fault_count_high(self, input: Option<i64>) -> Self
The upper limit of fault counts for a service.
sourcepub fn fault_count_low(self, input: i64) -> Self
pub fn fault_count_low(self, input: i64) -> Self
The lower limit of fault counts for a service.
sourcepub fn set_fault_count_low(self, input: Option<i64>) -> Self
pub fn set_fault_count_low(self, input: Option<i64>) -> Self
The lower limit of fault counts for a service.
sourcepub fn build(self) -> ForecastStatistics
pub fn build(self) -> ForecastStatistics
Consumes the builder and constructs a ForecastStatistics
.