Uses of Interface
software.amazon.awssdk.services.batch.model.ServiceJobCapacityUsageSummary.Builder
-
Packages that use ServiceJobCapacityUsageSummary.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobCapacityUsageSummary.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobCapacityUsageSummary.Builder Modifier and Type Method Description static ServiceJobCapacityUsageSummary.BuilderServiceJobCapacityUsageSummary. builder()ServiceJobCapacityUsageSummary.BuilderServiceJobCapacityUsageSummary.Builder. capacityUnit(String capacityUnit)The unit of measure for the service job capacity usage.ServiceJobCapacityUsageSummary.BuilderServiceJobCapacityUsageSummary.Builder. quantity(Double quantity)The quantity of capacity being used by the service job, measured in the units specified bycapacityUnit.ServiceJobCapacityUsageSummary.BuilderServiceJobCapacityUsageSummary. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceJobCapacityUsageSummary.Builder Modifier and Type Method Description static Class<? extends ServiceJobCapacityUsageSummary.Builder>ServiceJobCapacityUsageSummary. serializableBuilderClass()
-