Interface ServiceJobCapacityUsageSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceJobCapacityUsageSummary.Builder,ServiceJobCapacityUsageSummary>,SdkBuilder<ServiceJobCapacityUsageSummary.Builder,ServiceJobCapacityUsageSummary>,SdkPojo
- Enclosing class:
- ServiceJobCapacityUsageSummary
@Mutable @NotThreadSafe public static interface ServiceJobCapacityUsageSummary.Builder extends SdkPojo, CopyableBuilder<ServiceJobCapacityUsageSummary.Builder,ServiceJobCapacityUsageSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceJobCapacityUsageSummary.BuildercapacityUnit(String capacityUnit)The unit of measure for the service job capacity usage.ServiceJobCapacityUsageSummary.Builderquantity(Double quantity)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
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
ServiceJobCapacityUsageSummary.Builder capacityUnit(String capacityUnit)
The unit of measure for the service job capacity usage. For service jobs, this is the instance type.
- Parameters:
capacityUnit- The unit of measure for the service job capacity usage. For service jobs, this is the instance type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quantity
ServiceJobCapacityUsageSummary.Builder quantity(Double 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.
-
-