Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchUpdateWorkloadEstimateUsageEntry.Builder
-
Packages that use BatchUpdateWorkloadEstimateUsageEntry.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchUpdateWorkloadEstimateUsageEntry.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BatchUpdateWorkloadEstimateUsageEntry.Builder Modifier and Type Method Description BatchUpdateWorkloadEstimateUsageEntry.BuilderBatchUpdateWorkloadEstimateUsageEntry.Builder. amount(Double amount)The updated estimated usage amount.static BatchUpdateWorkloadEstimateUsageEntry.BuilderBatchUpdateWorkloadEstimateUsageEntry. builder()BatchUpdateWorkloadEstimateUsageEntry.BuilderBatchUpdateWorkloadEstimateUsageEntry.Builder. group(String group)The updated group identifier for the usage estimate.BatchUpdateWorkloadEstimateUsageEntry.BuilderBatchUpdateWorkloadEstimateUsageEntry.Builder. id(String id)The unique identifier of the usage estimate to update.BatchUpdateWorkloadEstimateUsageEntry.BuilderBatchUpdateWorkloadEstimateUsageEntry. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchUpdateWorkloadEstimateUsageEntry.Builder Modifier and Type Method Description static Class<? extends BatchUpdateWorkloadEstimateUsageEntry.Builder>BatchUpdateWorkloadEstimateUsageEntry. serializableBuilderClass()
-