Interface CfnBudget.HistoricalOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBudget.HistoricalOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnBudget
@Stability(Stable)
public static interface CfnBudget.HistoricalOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// 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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBudget.HistoricalOptionsPropertystatic final classAn implementation forCfnBudget.HistoricalOptionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()CfnBudget.HistoricalOptionsProperty.BudgetAdjustmentPeriod.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBudgetAdjustmentPeriod
CfnBudget.HistoricalOptionsProperty.BudgetAdjustmentPeriod. -
builder
-