Interface ExternalAccessFindingsStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExternalAccessFindingsStatistics.Builder,
,ExternalAccessFindingsStatistics> SdkBuilder<ExternalAccessFindingsStatistics.Builder,
,ExternalAccessFindingsStatistics> SdkPojo
- Enclosing class:
ExternalAccessFindingsStatistics
@Mutable
@NotThreadSafe
public static interface ExternalAccessFindingsStatistics.Builder
extends SdkPojo, CopyableBuilder<ExternalAccessFindingsStatistics.Builder,ExternalAccessFindingsStatistics>
-
Method Summary
Modifier and TypeMethodDescriptionresourceTypeStatistics
(Map<ResourceType, ResourceTypeDetails> resourceTypeStatistics) The total number of active cross-account and public findings for each resource type of the specified external access analyzer.resourceTypeStatisticsWithStrings
(Map<String, ResourceTypeDetails> resourceTypeStatistics) The total number of active cross-account and public findings for each resource type of the specified external access analyzer.totalActiveFindings
(Integer totalActiveFindings) The number of active findings for the specified external access analyzer.totalArchivedFindings
(Integer totalArchivedFindings) The number of archived findings for the specified external access analyzer.totalResolvedFindings
(Integer totalResolvedFindings) The number of resolved findings for the specified external access analyzer.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 Details
-
resourceTypeStatisticsWithStrings
ExternalAccessFindingsStatistics.Builder resourceTypeStatisticsWithStrings(Map<String, ResourceTypeDetails> resourceTypeStatistics) The total number of active cross-account and public findings for each resource type of the specified external access analyzer.
- Parameters:
resourceTypeStatistics
- The total number of active cross-account and public findings for each resource type of the specified external access analyzer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypeStatistics
ExternalAccessFindingsStatistics.Builder resourceTypeStatistics(Map<ResourceType, ResourceTypeDetails> resourceTypeStatistics) The total number of active cross-account and public findings for each resource type of the specified external access analyzer.
- Parameters:
resourceTypeStatistics
- The total number of active cross-account and public findings for each resource type of the specified external access analyzer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalActiveFindings
The number of active findings for the specified external access analyzer.
- Parameters:
totalActiveFindings
- The number of active findings for the specified external access analyzer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalArchivedFindings
The number of archived findings for the specified external access analyzer.
- Parameters:
totalArchivedFindings
- The number of archived findings for the specified external access analyzer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalResolvedFindings
The number of resolved findings for the specified external access analyzer.
- Parameters:
totalResolvedFindings
- The number of resolved findings for the specified external access analyzer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-