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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrentPerformanceRiskRatings.Builderhigh(Long high)A count of the applicable resource types with a high performance risk rating.CurrentPerformanceRiskRatings.Builderlow(Long low)A count of the applicable resource types with a low performance risk rating.CurrentPerformanceRiskRatings.Buildermedium(Long medium)A count of the applicable resource types with a medium performance risk rating.CurrentPerformanceRiskRatings.BuilderveryLow(Long veryLow)A count of the applicable resource types with a very low performance risk rating.-
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
-
high
CurrentPerformanceRiskRatings.Builder high(Long 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
CurrentPerformanceRiskRatings.Builder medium(Long 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
CurrentPerformanceRiskRatings.Builder low(Long 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
CurrentPerformanceRiskRatings.Builder veryLow(Long 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.
-
-