Interface ServiceJobCapacityUsageDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceJobCapacityUsageDetail.Builder,,ServiceJobCapacityUsageDetail> SdkBuilder<ServiceJobCapacityUsageDetail.Builder,,ServiceJobCapacityUsageDetail> SdkPojo
- Enclosing class:
ServiceJobCapacityUsageDetail
@Mutable
@NotThreadSafe
public static interface ServiceJobCapacityUsageDetail.Builder
extends SdkPojo, CopyableBuilder<ServiceJobCapacityUsageDetail.Builder,ServiceJobCapacityUsageDetail>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityUnit(String capacityUnit) The unit of measure for the service job capacity usage.The quantity of capacity being used by the service job, measured in the units specified bycapacityUnit.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 measure for the service job capacity usage. For service jobs, this is
NUM_INSTANCES.- Parameters:
capacityUnit- The unit of measure for the service job capacity usage. For service jobs, this isNUM_INSTANCES.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quantity
The quantity of capacity being used by the service job, measured in the units specified by
capacityUnit.- Parameters:
quantity- The quantity of capacity being used by the service job, measured in the units specified bycapacityUnit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-