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 AWS resources that were flagged (listed) by the Trusted Advisor check.
|
TrustedAdvisorResourcesSummary.Builder |
resourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
|
TrustedAdvisorResourcesSummary.Builder |
resourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.
|
TrustedAdvisorResourcesSummary.Builder |
resourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
|
copy
applyMutation, build
TrustedAdvisorResourcesSummary.Builder resourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.
resourcesProcessed
- The number of AWS resources that were analyzed by the Trusted Advisor check.TrustedAdvisorResourcesSummary.Builder resourcesFlagged(Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
resourcesFlagged
- The number of AWS resources that were flagged (listed) by the Trusted Advisor check.TrustedAdvisorResourcesSummary.Builder resourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
resourcesIgnored
- The number of AWS resources ignored by Trusted Advisor because information was unavailable.TrustedAdvisorResourcesSummary.Builder resourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
resourcesSuppressed
- The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the
user.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.