Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.HistoricalUsageEntity.Builder
-
Packages that use HistoricalUsageEntity.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of HistoricalUsageEntity.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return HistoricalUsageEntity.Builder Modifier and Type Method Description default HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. billInterval(Consumer<BillInterval.Builder> billInterval)The time interval for the historical usage data.HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. billInterval(BillInterval billInterval)The time interval for the historical usage data.static HistoricalUsageEntity.BuilderHistoricalUsageEntity. builder()default HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. filterExpression(Consumer<Expression.Builder> filterExpression)An optional filter expression to apply to the historical usage data.HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. filterExpression(Expression filterExpression)An optional filter expression to apply to the historical usage data.HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. location(String location)The location associated with the usage.HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. operation(String operation)The specific operation associated with the usage.HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. serviceCode(String serviceCode)The Amazon Web Services service code associated with the usage.HistoricalUsageEntity.BuilderHistoricalUsageEntity. toBuilder()HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. usageAccountId(String usageAccountId)The Amazon Web Services account ID associated with the usage.HistoricalUsageEntity.BuilderHistoricalUsageEntity.Builder. usageType(String usageType)The type of usage.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type HistoricalUsageEntity.Builder Modifier and Type Method Description static Class<? extends HistoricalUsageEntity.Builder>HistoricalUsageEntity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type HistoricalUsageEntity.Builder Modifier and Type Method Description default BatchCreateBillScenarioUsageModificationEntry.BuilderBatchCreateBillScenarioUsageModificationEntry.Builder. historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage)Historical usage data associated with this modification, if available.default BatchCreateBillScenarioUsageModificationItem.BuilderBatchCreateBillScenarioUsageModificationItem.Builder. historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage)Historical usage data associated with this modification, if available.default BatchCreateWorkloadEstimateUsageEntry.BuilderBatchCreateWorkloadEstimateUsageEntry.Builder. historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage)Historical usage data associated with this estimate, if available.default BatchCreateWorkloadEstimateUsageItem.BuilderBatchCreateWorkloadEstimateUsageItem.Builder. historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage)Historical usage data associated with this estimate, if available.default BillEstimateInputUsageModificationSummary.BuilderBillEstimateInputUsageModificationSummary.Builder. historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage)Historical usage data associated with this modification, if available.default BillScenarioUsageModificationItem.BuilderBillScenarioUsageModificationItem.Builder. historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage)Historical usage data associated with this modification, if available.default WorkloadEstimateUsageItem.BuilderWorkloadEstimateUsageItem.Builder. historicalUsage(Consumer<HistoricalUsageEntity.Builder> historicalUsage)Historical usage data associated with this item, if available.
-