@Stability(value=Stable)
public static interface CfnBudget.HistoricalOptionsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.budgets.*;
HistoricalOptionsProperty historicalOptionsProperty = HistoricalOptionsProperty.builder()
.budgetAdjustmentPeriod(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBudget.HistoricalOptionsProperty.Builder
A builder for
CfnBudget.HistoricalOptionsProperty |
static class |
CfnBudget.HistoricalOptionsProperty.Jsii$Proxy
An implementation for
CfnBudget.HistoricalOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBudget.HistoricalOptionsProperty.Builder |
builder() |
Number |
getBudgetAdjustmentPeriod()
`CfnBudget.HistoricalOptionsProperty.BudgetAdjustmentPeriod`.
|
@Stability(value=Stable) @NotNull Number getBudgetAdjustmentPeriod()
@Stability(value=Stable) static CfnBudget.HistoricalOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.