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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
levelThe 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.
 
- 
statusWhether 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:
 
- 
statusWhether 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:
 
 
-