#[non_exhaustive]pub struct ReactiveOrganizationInsightSummaryBuilder { /* private fields */ }
Expand description
A builder for ReactiveOrganizationInsightSummary
.
Implementations§
source§impl ReactiveOrganizationInsightSummaryBuilder
impl ReactiveOrganizationInsightSummaryBuilder
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 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) -> ReactiveOrganizationInsightSummary
pub fn build(self) -> ReactiveOrganizationInsightSummary
Consumes the builder and constructs a ReactiveOrganizationInsightSummary
.
Trait Implementations§
source§impl Clone for ReactiveOrganizationInsightSummaryBuilder
impl Clone for ReactiveOrganizationInsightSummaryBuilder
source§fn clone(&self) -> ReactiveOrganizationInsightSummaryBuilder
fn clone(&self) -> ReactiveOrganizationInsightSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ReactiveOrganizationInsightSummaryBuilder
impl Default for ReactiveOrganizationInsightSummaryBuilder
source§fn default() -> ReactiveOrganizationInsightSummaryBuilder
fn default() -> ReactiveOrganizationInsightSummaryBuilder
source§impl PartialEq for ReactiveOrganizationInsightSummaryBuilder
impl PartialEq for ReactiveOrganizationInsightSummaryBuilder
source§fn eq(&self, other: &ReactiveOrganizationInsightSummaryBuilder) -> bool
fn eq(&self, other: &ReactiveOrganizationInsightSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.