Interface ComputeQuotaTarget.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ComputeQuotaTarget.Builder,,ComputeQuotaTarget> SdkBuilder<ComputeQuotaTarget.Builder,,ComputeQuotaTarget> SdkPojo
- Enclosing class:
 ComputeQuotaTarget
@Mutable
@NotThreadSafe
public static interface ComputeQuotaTarget.Builder
extends SdkPojo, CopyableBuilder<ComputeQuotaTarget.Builder,ComputeQuotaTarget> 
- 
Method Summary
Modifier and TypeMethodDescriptionfairShareWeight(Integer fairShareWeight) Assigned entity fair-share weight.Name of the team to allocate compute resources to.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
- 
teamName
Name of the team to allocate compute resources to.
- Parameters:
 teamName- Name of the team to allocate compute resources to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -