| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
AutoAdjustData.Builder |
AutoAdjustData.Builder.autoAdjustType(AutoAdjustType autoAdjustType)
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
|
AutoAdjustData.Builder |
AutoAdjustData.Builder.autoAdjustType(String autoAdjustType)
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
|
static AutoAdjustData.Builder |
AutoAdjustData.builder() |
default AutoAdjustData.Builder |
AutoAdjustData.Builder.historicalOptions(Consumer<HistoricalOptions.Builder> historicalOptions)
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
|
AutoAdjustData.Builder |
AutoAdjustData.Builder.historicalOptions(HistoricalOptions historicalOptions)
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
|
AutoAdjustData.Builder |
AutoAdjustData.Builder.lastAutoAdjustTime(Instant lastAutoAdjustTime)
The last time that your budget was auto-adjusted.
|
AutoAdjustData.Builder |
AutoAdjustData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutoAdjustData.Builder> |
AutoAdjustData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Budget.Builder |
Budget.Builder.autoAdjustData(Consumer<AutoAdjustData.Builder> autoAdjustData)
The parameters that determine the budget amount for an auto-adjusting budget.
|
Copyright © 2023. All rights reserved.