Interface RecommendationResourcesAggregates.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationResourcesAggregates.Builder,RecommendationResourcesAggregates>,SdkBuilder<RecommendationResourcesAggregates.Builder,RecommendationResourcesAggregates>,SdkPojo
- Enclosing class:
- RecommendationResourcesAggregates
public static interface RecommendationResourcesAggregates.Builder extends SdkPojo, CopyableBuilder<RecommendationResourcesAggregates.Builder,RecommendationResourcesAggregates>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendationResourcesAggregates.BuildererrorCount(Long errorCount)The number of AWS resources that were flagged to have errors according to the Trusted Advisor checkRecommendationResourcesAggregates.BuilderokCount(Long okCount)The number of AWS resources that were flagged to be OK according to the Trusted Advisor checkRecommendationResourcesAggregates.BuilderwarningCount(Long warningCount)The number of AWS resources that were flagged to have warning according to the Trusted Advisor check-
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, sdkFields
-
-
-
-
Method Detail
-
errorCount
RecommendationResourcesAggregates.Builder errorCount(Long 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.
-
okCount
RecommendationResourcesAggregates.Builder okCount(Long 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
RecommendationResourcesAggregates.Builder warningCount(Long 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.
-
-