pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteFindingAggregatorInput
.
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 to delete. To obtain the ARN, use ListFindingAggregators
.
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 to delete. To obtain the ARN, use ListFindingAggregators
.
sourcepub fn build(self) -> Result<DeleteFindingAggregatorInput, BuildError>
pub fn build(self) -> Result<DeleteFindingAggregatorInput, BuildError>
Consumes the builder and constructs a DeleteFindingAggregatorInput
.