Interface FindingAggregator.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FindingAggregator.Builder,FindingAggregator>, SdkBuilder<FindingAggregator.Builder,FindingAggregator>, SdkPojo
Enclosing class:
FindingAggregator

public static interface FindingAggregator.Builder extends SdkPojo, CopyableBuilder<FindingAggregator.Builder,FindingAggregator>
  • Method Details

    • findingAggregatorArn

      FindingAggregator.Builder findingAggregatorArn(String findingAggregatorArn)

      The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.

      Parameters:
      findingAggregatorArn - The ARN of the finding aggregator. You use the finding aggregator ARN to retrieve details for, update, and delete the finding aggregator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.