Struct aws_sdk_devopsguru::types::builders::InsightHealthBuilder
source · #[non_exhaustive]pub struct InsightHealthBuilder { /* private fields */ }
Expand description
A builder for InsightHealth
.
Implementations§
source§impl InsightHealthBuilder
impl InsightHealthBuilder
sourcepub fn open_proactive_insights(self, input: i32) -> Self
pub fn open_proactive_insights(self, input: i32) -> Self
The number of open proactive insights.
sourcepub fn set_open_proactive_insights(self, input: Option<i32>) -> Self
pub fn set_open_proactive_insights(self, input: Option<i32>) -> Self
The number of open proactive insights.
sourcepub fn open_reactive_insights(self, input: i32) -> Self
pub fn open_reactive_insights(self, input: i32) -> Self
The number of open reactive insights.
sourcepub fn set_open_reactive_insights(self, input: Option<i32>) -> Self
pub fn set_open_reactive_insights(self, input: Option<i32>) -> Self
The number of open reactive insights.
sourcepub fn mean_time_to_recover_in_milliseconds(self, input: i64) -> Self
pub fn mean_time_to_recover_in_milliseconds(self, input: i64) -> Self
The Meant Time to Recover (MTTR) for the insight.
sourcepub fn set_mean_time_to_recover_in_milliseconds(
self,
input: Option<i64>
) -> Self
pub fn set_mean_time_to_recover_in_milliseconds( self, input: Option<i64> ) -> Self
The Meant Time to Recover (MTTR) for the insight.
sourcepub fn build(self) -> InsightHealth
pub fn build(self) -> InsightHealth
Consumes the builder and constructs a InsightHealth
.
Trait Implementations§
source§impl Clone for InsightHealthBuilder
impl Clone for InsightHealthBuilder
source§fn clone(&self) -> InsightHealthBuilder
fn clone(&self) -> InsightHealthBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InsightHealthBuilder
impl Debug for InsightHealthBuilder
source§impl Default for InsightHealthBuilder
impl Default for InsightHealthBuilder
source§fn default() -> InsightHealthBuilder
fn default() -> InsightHealthBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<InsightHealthBuilder> for InsightHealthBuilder
impl PartialEq<InsightHealthBuilder> for InsightHealthBuilder
source§fn eq(&self, other: &InsightHealthBuilder) -> bool
fn eq(&self, other: &InsightHealthBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.