Struct aws_sdk_elasticbeanstalk::model::system_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SystemStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cpu_utilization(self, input: CpuUtilization) -> Self
pub fn cpu_utilization(self, input: CpuUtilization) -> Self
CPU utilization metrics for the instance.
sourcepub fn set_cpu_utilization(self, input: Option<CpuUtilization>) -> Self
pub fn set_cpu_utilization(self, input: Option<CpuUtilization>) -> Self
CPU utilization metrics for the instance.
sourcepub fn load_average(self, input: f64) -> Self
pub fn load_average(self, input: f64) -> Self
Appends an item to load_average
.
To override the contents of this collection use set_load_average
.
Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.
sourcepub fn set_load_average(self, input: Option<Vec<f64>>) -> Self
pub fn set_load_average(self, input: Option<Vec<f64>>) -> Self
Load average in the last 1-minute, 5-minute, and 15-minute periods. For more information, see Operating System Metrics.
sourcepub fn build(self) -> SystemStatus
pub fn build(self) -> SystemStatus
Consumes the builder and constructs a SystemStatus
.