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