Struct aws_sdk_xray::model::time_series_service_statistics::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TimeSeriesServiceStatistics
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn timestamp(self, input: DateTime) -> Self
pub fn timestamp(self, input: DateTime) -> Self
Timestamp of the window for which statistics are aggregated.
sourcepub fn set_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_timestamp(self, input: Option<DateTime>) -> Self
Timestamp of the window for which statistics are aggregated.
sourcepub fn edge_summary_statistics(self, input: EdgeStatistics) -> Self
pub fn edge_summary_statistics(self, input: EdgeStatistics) -> Self
Response statistics for an edge.
sourcepub fn set_edge_summary_statistics(self, input: Option<EdgeStatistics>) -> Self
pub fn set_edge_summary_statistics(self, input: Option<EdgeStatistics>) -> Self
Response statistics for an edge.
sourcepub fn service_summary_statistics(self, input: ServiceStatistics) -> Self
pub fn service_summary_statistics(self, input: ServiceStatistics) -> Self
Response statistics for a service.
sourcepub fn set_service_summary_statistics(
self,
input: Option<ServiceStatistics>
) -> Self
pub fn set_service_summary_statistics(
self,
input: Option<ServiceStatistics>
) -> Self
Response statistics for a service.
sourcepub fn service_forecast_statistics(self, input: ForecastStatistics) -> Self
pub fn service_forecast_statistics(self, input: ForecastStatistics) -> Self
The forecasted high and low fault count values.
sourcepub fn set_service_forecast_statistics(
self,
input: Option<ForecastStatistics>
) -> Self
pub fn set_service_forecast_statistics(
self,
input: Option<ForecastStatistics>
) -> Self
The forecasted high and low fault count values.
sourcepub fn response_time_histogram(self, input: HistogramEntry) -> Self
pub fn response_time_histogram(self, input: HistogramEntry) -> Self
Appends an item to response_time_histogram
.
To override the contents of this collection use set_response_time_histogram
.
The response time histogram for the selected entities.
sourcepub fn set_response_time_histogram(
self,
input: Option<Vec<HistogramEntry>>
) -> Self
pub fn set_response_time_histogram(
self,
input: Option<Vec<HistogramEntry>>
) -> Self
The response time histogram for the selected entities.
sourcepub fn build(self) -> TimeSeriesServiceStatistics
pub fn build(self) -> TimeSeriesServiceStatistics
Consumes the builder and constructs a TimeSeriesServiceStatistics
.