public static interface CoverageStatistics.Builder extends SdkPojo, CopyableBuilder<CoverageStatistics.Builder,CoverageStatistics>
| Modifier and Type | Method and Description |
|---|---|
CoverageStatistics.Builder |
countByCoverageStatus(Map<CoverageStatus,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
|
CoverageStatistics.Builder |
countByCoverageStatusWithStrings(Map<String,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
|
CoverageStatistics.Builder |
countByResourceType(Map<ResourceType,Long> countByResourceType)
Represents coverage statistics for EKS clusters aggregated by resource type.
|
CoverageStatistics.Builder |
countByResourceTypeWithStrings(Map<String,Long> countByResourceType)
Represents coverage statistics for EKS clusters aggregated by resource type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageStatistics.Builder countByResourceTypeWithStrings(Map<String,Long> countByResourceType)
Represents coverage statistics for EKS clusters aggregated by resource type.
countByResourceType - Represents coverage statistics for EKS clusters aggregated by resource type.CoverageStatistics.Builder countByResourceType(Map<ResourceType,Long> countByResourceType)
Represents coverage statistics for EKS clusters aggregated by resource type.
countByResourceType - Represents coverage statistics for EKS clusters aggregated by resource type.CoverageStatistics.Builder countByCoverageStatusWithStrings(Map<String,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
countByCoverageStatus - Represents coverage statistics for EKS clusters aggregated by coverage status.CoverageStatistics.Builder countByCoverageStatus(Map<CoverageStatus,Long> countByCoverageStatus)
Represents coverage statistics for EKS clusters aggregated by coverage status.
countByCoverageStatus - Represents coverage statistics for EKS clusters aggregated by coverage status.Copyright © 2023. All rights reserved.