public static interface TrustedAdvisorResourcesSummary.Builder extends SdkPojo, CopyableBuilder<TrustedAdvisorResourcesSummary.Builder,TrustedAdvisorResourcesSummary>
| Modifier and Type | Method and Description |
|---|---|
TrustedAdvisorResourcesSummary.Builder |
resourcesFlagged(Long resourcesFlagged)
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
|
TrustedAdvisorResourcesSummary.Builder |
resourcesIgnored(Long resourcesIgnored)
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
|
TrustedAdvisorResourcesSummary.Builder |
resourcesProcessed(Long resourcesProcessed)
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
|
TrustedAdvisorResourcesSummary.Builder |
resourcesSuppressed(Long resourcesSuppressed)
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed
by the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrustedAdvisorResourcesSummary.Builder resourcesProcessed(Long resourcesProcessed)
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
resourcesProcessed - The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.TrustedAdvisorResourcesSummary.Builder resourcesFlagged(Long resourcesFlagged)
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
resourcesFlagged - The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.TrustedAdvisorResourcesSummary.Builder resourcesIgnored(Long resourcesIgnored)
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
resourcesIgnored - The number of Amazon Web Services resources ignored by Trusted Advisor because information was
unavailable.TrustedAdvisorResourcesSummary.Builder resourcesSuppressed(Long resourcesSuppressed)
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.
resourcesSuppressed - The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as
suppressed by the user.Copyright © 2023. All rights reserved.