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