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