Uses of Interface
software.amazon.awssdk.services.budgets.model.ActionThreshold.Builder
-
Packages that use ActionThreshold.Builder Package Description software.amazon.awssdk.services.budgets.model -
-
Uses of ActionThreshold.Builder in software.amazon.awssdk.services.budgets.model
Methods in software.amazon.awssdk.services.budgets.model that return ActionThreshold.Builder Modifier and Type Method Description ActionThreshold.BuilderActionThreshold.Builder. actionThresholdType(String actionThresholdType)Sets the value of the ActionThresholdType property for this object.ActionThreshold.BuilderActionThreshold.Builder. actionThresholdType(ThresholdType actionThresholdType)Sets the value of the ActionThresholdType property for this object.ActionThreshold.BuilderActionThreshold.Builder. actionThresholdValue(Double actionThresholdValue)Sets the value of the ActionThresholdValue property for this object.static ActionThreshold.BuilderActionThreshold. builder()ActionThreshold.BuilderActionThreshold. toBuilder()Methods in software.amazon.awssdk.services.budgets.model that return types with arguments of type ActionThreshold.Builder Modifier and Type Method Description static Class<? extends ActionThreshold.Builder>ActionThreshold. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.budgets.model with type arguments of type ActionThreshold.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold)The trigger threshold of the action.default CreateBudgetActionRequest.BuilderCreateBudgetActionRequest.Builder. actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold)Sets the value of the ActionThreshold property for this object.default UpdateBudgetActionRequest.BuilderUpdateBudgetActionRequest.Builder. actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold)Sets the value of the ActionThreshold property for this object.
-