public static interface CfnBudgetsAction.ActionThresholdProperty
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.*; ActionThresholdProperty actionThresholdProperty = ActionThresholdProperty.builder() .type("type") .value(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBudgetsAction.ActionThresholdProperty.Builder
A builder for
CfnBudgetsAction.ActionThresholdProperty |
static class |
CfnBudgetsAction.ActionThresholdProperty.Jsii$Proxy
An implementation for
CfnBudgetsAction.ActionThresholdProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBudgetsAction.ActionThresholdProperty.Builder |
builder() |
java.lang.String |
getType()
The type of threshold for a notification.
|
java.lang.Number |
getValue()
The threshold of a notification.
|
java.lang.String getType()
java.lang.Number getValue()
static CfnBudgetsAction.ActionThresholdProperty.Builder builder()