Struct aws_sdk_securityhub::model::finding_aggregator::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for FindingAggregator
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn finding_aggregator_arn(self, input: impl Into<String>) -> Self
pub fn finding_aggregator_arn(self, input: impl Into<String>) -> Self
The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.
sourcepub fn set_finding_aggregator_arn(self, input: Option<String>) -> Self
pub fn set_finding_aggregator_arn(self, input: Option<String>) -> Self
The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.
sourcepub fn build(self) -> FindingAggregator
pub fn build(self) -> FindingAggregator
Consumes the builder and constructs a FindingAggregator
.