@Stability(value=Stable)
public static interface CfnBudget.AutoAdjustDataProperty
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.*;
AutoAdjustDataProperty autoAdjustDataProperty = AutoAdjustDataProperty.builder()
.autoAdjustType("autoAdjustType")
// the properties below are optional
.historicalOptions(HistoricalOptionsProperty.builder()
.budgetAdjustmentPeriod(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBudget.AutoAdjustDataProperty.Builder
A builder for
CfnBudget.AutoAdjustDataProperty |
static class |
CfnBudget.AutoAdjustDataProperty.Jsii$Proxy
An implementation for
CfnBudget.AutoAdjustDataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBudget.AutoAdjustDataProperty.Builder |
builder() |
String |
getAutoAdjustType()
`CfnBudget.AutoAdjustDataProperty.AutoAdjustType`.
|
default Object |
getHistoricalOptions()
`CfnBudget.AutoAdjustDataProperty.HistoricalOptions`.
|
@Stability(value=Stable) @NotNull String getAutoAdjustType()
@Stability(value=Stable) @Nullable default Object getHistoricalOptions()
@Stability(value=Stable) static CfnBudget.AutoAdjustDataProperty.Builder builder()
Copyright © 2022. All rights reserved.