Interface CurrentPerformanceRiskRatings.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CurrentPerformanceRiskRatings.Builder,,CurrentPerformanceRiskRatings> SdkBuilder<CurrentPerformanceRiskRatings.Builder,,CurrentPerformanceRiskRatings> SdkPojo
- Enclosing class:
 CurrentPerformanceRiskRatings
public static interface CurrentPerformanceRiskRatings.Builder
extends SdkPojo, CopyableBuilder<CurrentPerformanceRiskRatings.Builder,CurrentPerformanceRiskRatings> 
- 
Method Summary
Modifier and TypeMethodDescriptionA count of the applicable resource types with a high performance risk rating.A count of the applicable resource types with a low performance risk rating.A count of the applicable resource types with a medium performance risk rating.A count of the applicable resource types with a very low performance risk rating.Methods 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
- 
high
A count of the applicable resource types with a high performance risk rating.
- Parameters:
 high- A count of the applicable resource types with a high performance risk rating.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
medium
A count of the applicable resource types with a medium performance risk rating.
- Parameters:
 medium- A count of the applicable resource types with a medium performance risk rating.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
low
A count of the applicable resource types with a low performance risk rating.
- Parameters:
 low- A count of the applicable resource types with a low performance risk rating.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
veryLow
A count of the applicable resource types with a very low performance risk rating.
- Parameters:
 veryLow- A count of the applicable resource types with a very low performance risk rating.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -