Uses of Interface
software.amazon.awssdk.services.budgets.model.AutoAdjustData.Builder
-
Packages that use AutoAdjustData.Builder Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of AutoAdjustData.Builder in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return AutoAdjustData.Builder Modifier and Type Method Description AutoAdjustData.BuilderAutoAdjustData.Builder. autoAdjustType(String autoAdjustType)The string that defines whether your budget auto-adjusts based on historical or forecasted data.AutoAdjustData.BuilderAutoAdjustData.Builder. autoAdjustType(AutoAdjustType autoAdjustType)The string that defines whether your budget auto-adjusts based on historical or forecasted data.static AutoAdjustData.BuilderAutoAdjustData. builder()default AutoAdjustData.BuilderAutoAdjustData.Builder. historicalOptions(Consumer<HistoricalOptions.Builder> historicalOptions)The parameters that define or describe the historical data that your auto-adjusting budget is based on.AutoAdjustData.BuilderAutoAdjustData.Builder. historicalOptions(HistoricalOptions historicalOptions)The parameters that define or describe the historical data that your auto-adjusting budget is based on.AutoAdjustData.BuilderAutoAdjustData.Builder. lastAutoAdjustTime(Instant lastAutoAdjustTime)The last time that your budget was auto-adjusted.AutoAdjustData.BuilderAutoAdjustData. toBuilder()Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type AutoAdjustData.Builder Modifier and Type Method Description static Class<? extends AutoAdjustData.Builder>AutoAdjustData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type AutoAdjustData.Builder Modifier and Type Method Description default Budget.BuilderBudget.Builder. autoAdjustData(Consumer<AutoAdjustData.Builder> autoAdjustData)The parameters that determine the budget amount for an auto-adjusting budget.
-