| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
ActionThreshold.Builder |
ActionThreshold.Builder.actionThresholdType(String actionThresholdType)
Sets the value of the ActionThresholdType property for this object.
|
ActionThreshold.Builder |
ActionThreshold.Builder.actionThresholdType(ThresholdType actionThresholdType)
Sets the value of the ActionThresholdType property for this object.
|
ActionThreshold.Builder |
ActionThreshold.Builder.actionThresholdValue(Double actionThresholdValue)
Sets the value of the ActionThresholdValue property for this object.
|
static ActionThreshold.Builder |
ActionThreshold.builder() |
ActionThreshold.Builder |
ActionThreshold.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionThreshold.Builder> |
ActionThreshold.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold)
The trigger threshold of the action.
|
default UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold)
Sets the value of the ActionThreshold property for this object.
|
default CreateBudgetActionRequest.Builder |
CreateBudgetActionRequest.Builder.actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold)
Sets the value of the ActionThreshold property for this object.
|
Copyright © 2023. All rights reserved.