Interface TrustedAdvisorResourcesSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TrustedAdvisorResourcesSummary.Builder,,- TrustedAdvisorResourcesSummary> - SdkBuilder<TrustedAdvisorResourcesSummary.Builder,,- TrustedAdvisorResourcesSummary> - SdkPojo
- Enclosing class:
- TrustedAdvisorResourcesSummary
public static interface TrustedAdvisorResourcesSummary.Builder
extends SdkPojo, CopyableBuilder<TrustedAdvisorResourcesSummary.Builder,TrustedAdvisorResourcesSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionresourcesFlagged(Long resourcesFlagged) The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.resourcesIgnored(Long resourcesIgnored) The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.resourcesProcessed(Long resourcesProcessed) The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.resourcesSuppressed(Long resourcesSuppressed) The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
resourcesProcessedThe number of Amazon Web Services resources that were analyzed by the Trusted Advisor check. - Parameters:
- resourcesProcessed- The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourcesFlaggedThe number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check. - Parameters:
- resourcesFlagged- The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourcesIgnoredThe number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable. - Parameters:
- resourcesIgnored- The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourcesSuppressedThe number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user. - Parameters:
- resourcesSuppressed- The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-