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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustedAdvisorResourcesSummary.BuilderresourcesFlagged(Long resourcesFlagged)The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.TrustedAdvisorResourcesSummary.BuilderresourcesIgnored(Long resourcesIgnored)The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.TrustedAdvisorResourcesSummary.BuilderresourcesProcessed(Long resourcesProcessed)The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.TrustedAdvisorResourcesSummary.BuilderresourcesSuppressed(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.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 Detail
-
resourcesProcessed
TrustedAdvisorResourcesSummary.Builder resourcesProcessed(Long resourcesProcessed)
The 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.
-
resourcesFlagged
TrustedAdvisorResourcesSummary.Builder resourcesFlagged(Long resourcesFlagged)
The 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.
-
resourcesIgnored
TrustedAdvisorResourcesSummary.Builder resourcesIgnored(Long resourcesIgnored)
The 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.
-
resourcesSuppressed
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.
- 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.
-
-