Interface PerformanceTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PerformanceTarget.Builder,
,PerformanceTarget> SdkBuilder<PerformanceTarget.Builder,
,PerformanceTarget> SdkPojo
- Enclosing class:
PerformanceTarget
@Mutable
@NotThreadSafe
public static interface PerformanceTarget.Builder
extends SdkPojo, CopyableBuilder<PerformanceTarget.Builder,PerformanceTarget>
-
Method Summary
Modifier and TypeMethodDescriptionThe target price performance level for the workgroup.Whether the price performance target is enabled for the workgroup.status
(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 Details
-
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
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:
-
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:
-