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 Summary
Modifier and TypeMethodDescriptionfindingAggregatorArn(String findingAggregatorArn) The ARN of the finding aggregator.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 
 -