@Stability(value=Stable)
public static interface CfnBudget.NotificationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBudget.NotificationProperty.Builder
A builder for
CfnBudget.NotificationProperty |
static class |
CfnBudget.NotificationProperty.Jsii$Proxy
An implementation for
CfnBudget.NotificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBudget.NotificationProperty.Builder |
builder() |
String |
getComparisonOperator()
`CfnBudget.NotificationProperty.ComparisonOperator`.
|
String |
getNotificationType()
`CfnBudget.NotificationProperty.NotificationType`.
|
Number |
getThreshold()
`CfnBudget.NotificationProperty.Threshold`.
|
default String |
getThresholdType()
`CfnBudget.NotificationProperty.ThresholdType`.
|
@Stability(value=Stable) @NotNull String getComparisonOperator()
@Stability(value=Stable) @NotNull String getNotificationType()
@Stability(value=Stable) @NotNull Number getThreshold()
@Stability(value=Stable) @Nullable default String getThresholdType()
@Stability(value=Stable) static CfnBudget.NotificationProperty.Builder builder()
Copyright © 2021. All rights reserved.