@Stability(value=Stable) public static final class CfnBudget.NotificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBudget.NotificationProperty>
CfnBudget.NotificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBudget.NotificationProperty |
build()
Builds the configured instance.
|
CfnBudget.NotificationProperty.Builder |
comparisonOperator(String comparisonOperator)
Sets the value of
CfnBudget.NotificationProperty.getComparisonOperator() |
CfnBudget.NotificationProperty.Builder |
notificationType(String notificationType)
Sets the value of
CfnBudget.NotificationProperty.getNotificationType() |
CfnBudget.NotificationProperty.Builder |
threshold(Number threshold)
Sets the value of
CfnBudget.NotificationProperty.getThreshold() |
CfnBudget.NotificationProperty.Builder |
thresholdType(String thresholdType)
Sets the value of
CfnBudget.NotificationProperty.getThresholdType() |
@Stability(value=Stable) public CfnBudget.NotificationProperty.Builder comparisonOperator(String comparisonOperator)
CfnBudget.NotificationProperty.getComparisonOperator()comparisonOperator - `CfnBudget.NotificationProperty.ComparisonOperator`. This parameter is required.this@Stability(value=Stable) public CfnBudget.NotificationProperty.Builder notificationType(String notificationType)
CfnBudget.NotificationProperty.getNotificationType()notificationType - `CfnBudget.NotificationProperty.NotificationType`. This parameter is required.this@Stability(value=Stable) public CfnBudget.NotificationProperty.Builder threshold(Number threshold)
CfnBudget.NotificationProperty.getThreshold()threshold - `CfnBudget.NotificationProperty.Threshold`. This parameter is required.this@Stability(value=Stable) public CfnBudget.NotificationProperty.Builder thresholdType(String thresholdType)
CfnBudget.NotificationProperty.getThresholdType()thresholdType - `CfnBudget.NotificationProperty.ThresholdType`.this@Stability(value=Stable) public CfnBudget.NotificationProperty build()
build in interface software.amazon.jsii.Builder<CfnBudget.NotificationProperty>CfnBudget.NotificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.