@Stability(value=Stable) public static final class CfnBudget.HistoricalOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBudget.HistoricalOptionsProperty>
CfnBudget.HistoricalOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBudget.HistoricalOptionsProperty.Builder |
budgetAdjustmentPeriod(Number budgetAdjustmentPeriod)
Sets the value of
CfnBudget.HistoricalOptionsProperty.getBudgetAdjustmentPeriod() |
CfnBudget.HistoricalOptionsProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnBudget.HistoricalOptionsProperty.Builder budgetAdjustmentPeriod(Number budgetAdjustmentPeriod)
CfnBudget.HistoricalOptionsProperty.getBudgetAdjustmentPeriod()budgetAdjustmentPeriod - The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount. This parameter is required.
The maximum value depends on the TimeUnit granularity of the budget:
DAILY granularity, the maximum value is 60 .MONTHLY granularity, the maximum value is 12 .QUARTERLY granularity, the maximum value is 4 .ANNUALLY granularity, the maximum value is 1 .this@Stability(value=Stable) public CfnBudget.HistoricalOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnBudget.HistoricalOptionsProperty>CfnBudget.HistoricalOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.