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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuotaShareCapacityUsage.BuildercapacityUnit(String capacityUnit)The unit of compute capacity for the capacity usage.QuotaShareCapacityUsage.Builderquantity(Double quantity)The quantity of capacity being used.-
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
-
capacityUnit
QuotaShareCapacityUsage.Builder capacityUnit(String 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
QuotaShareCapacityUsage.Builder quantity(Double 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.
-
-