Interface TrustedAdvisorResourcesSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TrustedAdvisorResourcesSummary.Builder,
,TrustedAdvisorResourcesSummary> SdkBuilder<TrustedAdvisorResourcesSummary.Builder,
,TrustedAdvisorResourcesSummary> SdkPojo
- Enclosing class:
TrustedAdvisorResourcesSummary
@Mutable
@NotThreadSafe
public static interface TrustedAdvisorResourcesSummary.Builder
extends SdkPojo, CopyableBuilder<TrustedAdvisorResourcesSummary.Builder,TrustedAdvisorResourcesSummary>
-
Method Summary
Modifier 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.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 Details
-
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
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
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
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.
-