public static final class CfnBudgetsAction.ActionThresholdProperty.Builder
extends java.lang.Object
CfnBudgetsAction.ActionThresholdProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnBudgetsAction.ActionThresholdProperty |
build()
Builds the configured instance.
|
CfnBudgetsAction.ActionThresholdProperty.Builder |
type(java.lang.String type)
Sets the value of
CfnBudgetsAction.ActionThresholdProperty.getType() |
CfnBudgetsAction.ActionThresholdProperty.Builder |
value(java.lang.Number value)
Sets the value of
CfnBudgetsAction.ActionThresholdProperty.getValue() |
public CfnBudgetsAction.ActionThresholdProperty.Builder type(java.lang.String type)
CfnBudgetsAction.ActionThresholdProperty.getType()
type
- The type of threshold for a notification. This parameter is required.this
public CfnBudgetsAction.ActionThresholdProperty.Builder value(java.lang.Number value)
CfnBudgetsAction.ActionThresholdProperty.getValue()
value
- The threshold of a notification. This parameter is required.this
public CfnBudgetsAction.ActionThresholdProperty build()
CfnBudgetsAction.ActionThresholdProperty
java.lang.NullPointerException
- if any required attribute was not provided