Interface QuotaShareCapacityUsage.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<QuotaShareCapacityUsage.Builder,,QuotaShareCapacityUsage> SdkBuilder<QuotaShareCapacityUsage.Builder,,QuotaShareCapacityUsage> SdkPojo
- Enclosing class:
QuotaShareCapacityUsage
@Mutable
@NotThreadSafe
public static interface QuotaShareCapacityUsage.Builder
extends SdkPojo, CopyableBuilder<QuotaShareCapacityUsage.Builder,QuotaShareCapacityUsage>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityUnit(String capacityUnit) The unit of compute capacity for the capacity usage.The quantity of capacity being used.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
-
capacityUnit
The unit of compute capacity for the capacity usage.
- Parameters:
capacityUnit- The unit of compute capacity for the capacity usage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quantity
The quantity of capacity being used.
- Parameters:
quantity- The quantity of capacity being used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-