Interface PerformanceTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PerformanceTarget.Builder,PerformanceTarget>,SdkBuilder<PerformanceTarget.Builder,PerformanceTarget>,SdkPojo
- Enclosing class:
- PerformanceTarget
public static interface PerformanceTarget.Builder extends SdkPojo, CopyableBuilder<PerformanceTarget.Builder,PerformanceTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PerformanceTarget.Builderlevel(Integer level)The target price performance level for the workgroup.PerformanceTarget.Builderstatus(String status)Whether the price performance target is enabled for the workgroup.PerformanceTarget.Builderstatus(PerformanceTargetStatus status)Whether the price performance target is enabled for the workgroup.-
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 Detail
-
level
PerformanceTarget.Builder level(Integer level)
The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.
- Parameters:
level- The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
PerformanceTarget.Builder status(String status)
Whether the price performance target is enabled for the workgroup.
- Parameters:
status- Whether the price performance target is enabled for the workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PerformanceTargetStatus,PerformanceTargetStatus
-
status
PerformanceTarget.Builder status(PerformanceTargetStatus status)
Whether the price performance target is enabled for the workgroup.
- Parameters:
status- Whether the price performance target is enabled for the workgroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PerformanceTargetStatus,PerformanceTargetStatus
-
-