#[non_exhaustive]pub struct ProactiveOrganizationInsightSummaryBuilder { /* private fields */ }
Expand description
A builder for ProactiveOrganizationInsightSummary
.
Implementations§
source§impl ProactiveOrganizationInsightSummaryBuilder
impl ProactiveOrganizationInsightSummaryBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The ID of the Amazon Web Services account.
sourcepub fn organizational_unit_id(self, input: impl Into<String>) -> Self
pub fn organizational_unit_id(self, input: impl Into<String>) -> Self
The ID of the organizational unit.
sourcepub fn set_organizational_unit_id(self, input: Option<String>) -> Self
pub fn set_organizational_unit_id(self, input: Option<String>) -> Self
The ID of the organizational unit.
sourcepub fn get_organizational_unit_id(&self) -> &Option<String>
pub fn get_organizational_unit_id(&self) -> &Option<String>
The ID of the organizational unit.
sourcepub fn severity(self, input: InsightSeverity) -> Self
pub fn severity(self, input: InsightSeverity) -> Self
An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
sourcepub fn set_severity(self, input: Option<InsightSeverity>) -> Self
pub fn set_severity(self, input: Option<InsightSeverity>) -> Self
An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
sourcepub fn get_severity(&self) -> &Option<InsightSeverity>
pub fn get_severity(&self) -> &Option<InsightSeverity>
An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
sourcepub fn status(self, input: InsightStatus) -> Self
pub fn status(self, input: InsightStatus) -> Self
An array of status values used to search for insights.
sourcepub fn set_status(self, input: Option<InsightStatus>) -> Self
pub fn set_status(self, input: Option<InsightStatus>) -> Self
An array of status values used to search for insights.
sourcepub fn get_status(&self) -> &Option<InsightStatus>
pub fn get_status(&self) -> &Option<InsightStatus>
An array of status values used to search for insights.
sourcepub fn insight_time_range(self, input: InsightTimeRange) -> Self
pub fn insight_time_range(self, input: InsightTimeRange) -> Self
A time ranged that specifies when the observed behavior in an insight started and ended.
sourcepub fn set_insight_time_range(self, input: Option<InsightTimeRange>) -> Self
pub fn set_insight_time_range(self, input: Option<InsightTimeRange>) -> Self
A time ranged that specifies when the observed behavior in an insight started and ended.
sourcepub fn get_insight_time_range(&self) -> &Option<InsightTimeRange>
pub fn get_insight_time_range(&self) -> &Option<InsightTimeRange>
A time ranged that specifies when the observed behavior in an insight started and ended.
sourcepub fn prediction_time_range(self, input: PredictionTimeRange) -> Self
pub fn prediction_time_range(self, input: PredictionTimeRange) -> Self
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
sourcepub fn set_prediction_time_range(
self,
input: Option<PredictionTimeRange>
) -> Self
pub fn set_prediction_time_range( self, input: Option<PredictionTimeRange> ) -> Self
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
sourcepub fn get_prediction_time_range(&self) -> &Option<PredictionTimeRange>
pub fn get_prediction_time_range(&self) -> &Option<PredictionTimeRange>
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
sourcepub fn resource_collection(self, input: ResourceCollection) -> Self
pub fn resource_collection(self, input: ResourceCollection) -> Self
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
sourcepub fn set_resource_collection(self, input: Option<ResourceCollection>) -> Self
pub fn set_resource_collection(self, input: Option<ResourceCollection>) -> Self
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
sourcepub fn get_resource_collection(&self) -> &Option<ResourceCollection>
pub fn get_resource_collection(&self) -> &Option<ResourceCollection>
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
sourcepub fn service_collection(self, input: ServiceCollection) -> Self
pub fn service_collection(self, input: ServiceCollection) -> Self
A collection of the names of Amazon Web Services services.
sourcepub fn set_service_collection(self, input: Option<ServiceCollection>) -> Self
pub fn set_service_collection(self, input: Option<ServiceCollection>) -> Self
A collection of the names of Amazon Web Services services.
sourcepub fn get_service_collection(&self) -> &Option<ServiceCollection>
pub fn get_service_collection(&self) -> &Option<ServiceCollection>
A collection of the names of Amazon Web Services services.
sourcepub fn build(self) -> ProactiveOrganizationInsightSummary
pub fn build(self) -> ProactiveOrganizationInsightSummary
Consumes the builder and constructs a ProactiveOrganizationInsightSummary
.
Trait Implementations§
source§impl Clone for ProactiveOrganizationInsightSummaryBuilder
impl Clone for ProactiveOrganizationInsightSummaryBuilder
source§fn clone(&self) -> ProactiveOrganizationInsightSummaryBuilder
fn clone(&self) -> ProactiveOrganizationInsightSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ProactiveOrganizationInsightSummaryBuilder
impl Default for ProactiveOrganizationInsightSummaryBuilder
source§fn default() -> ProactiveOrganizationInsightSummaryBuilder
fn default() -> ProactiveOrganizationInsightSummaryBuilder
source§impl PartialEq for ProactiveOrganizationInsightSummaryBuilder
impl PartialEq for ProactiveOrganizationInsightSummaryBuilder
source§fn eq(&self, other: &ProactiveOrganizationInsightSummaryBuilder) -> bool
fn eq(&self, other: &ProactiveOrganizationInsightSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ProactiveOrganizationInsightSummaryBuilder
Auto Trait Implementations§
impl Freeze for ProactiveOrganizationInsightSummaryBuilder
impl RefUnwindSafe for ProactiveOrganizationInsightSummaryBuilder
impl Send for ProactiveOrganizationInsightSummaryBuilder
impl Sync for ProactiveOrganizationInsightSummaryBuilder
impl Unpin for ProactiveOrganizationInsightSummaryBuilder
impl UnwindSafe for ProactiveOrganizationInsightSummaryBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more