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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindingAggregator.BuilderfindingAggregatorArn(String findingAggregatorArn)The ARN of the finding aggregator.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-