Interface RecommendationResourcesAggregates.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationResourcesAggregates.Builder,,RecommendationResourcesAggregates> SdkBuilder<RecommendationResourcesAggregates.Builder,,RecommendationResourcesAggregates> SdkPojo
- Enclosing class:
RecommendationResourcesAggregates
@Mutable
@NotThreadSafe
public static interface RecommendationResourcesAggregates.Builder
extends SdkPojo, CopyableBuilder<RecommendationResourcesAggregates.Builder,RecommendationResourcesAggregates>
-
Method Summary
Modifier and TypeMethodDescriptionerrorCount(Long errorCount) The number of AWS resources that were flagged to have errors according to the Trusted Advisor checkexcludedCount(Long excludedCount) The number of AWS resources belonging to this Trusted Advisor check that were excluded by the customerThe number of AWS resources that were flagged to be OK according to the Trusted Advisor checkwarningCount(Long warningCount) The number of AWS resources that were flagged to have warning according to the Trusted Advisor checkMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
okCount
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
- Parameters:
okCount- The number of AWS resources that were flagged to be OK according to the Trusted Advisor check- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warningCount
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
- Parameters:
warningCount- The number of AWS resources that were flagged to have warning according to the Trusted Advisor check- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCount
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
- Parameters:
errorCount- The number of AWS resources that were flagged to have errors according to the Trusted Advisor check- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludedCount
The number of AWS resources belonging to this Trusted Advisor check that were excluded by the customer
- Parameters:
excludedCount- The number of AWS resources belonging to this Trusted Advisor check that were excluded by the customer- Returns:
- Returns a reference to this object so that method calls can be chained together.
-