Struct aws_sdk_devopsguru::model::reactive_insight_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ReactiveInsightSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn severity(self, input: InsightSeverity) -> Self
pub fn severity(self, input: InsightSeverity) -> Self
The severity of the insight. 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
The severity of the insight. 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
The status of a reactive insight.
sourcepub fn set_status(self, input: Option<InsightStatus>) -> Self
pub fn set_status(self, input: Option<InsightStatus>) -> Self
The status of a reactive insight.
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 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 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 associated_resource_arns(self, input: impl Into<String>) -> Self
pub fn associated_resource_arns(self, input: impl Into<String>) -> Self
Appends an item to associated_resource_arns
.
To override the contents of this collection use set_associated_resource_arns
.
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
sourcepub fn set_associated_resource_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_associated_resource_arns(self, input: Option<Vec<String>>) -> Self
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
sourcepub fn build(self) -> ReactiveInsightSummary
pub fn build(self) -> ReactiveInsightSummary
Consumes the builder and constructs a ReactiveInsightSummary
.