Interface ResponseBudgetAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResponseBudgetAction.Builder,
,ResponseBudgetAction> SdkBuilder<ResponseBudgetAction.Builder,
,ResponseBudgetAction> SdkPojo
- Enclosing class:
ResponseBudgetAction
public static interface ResponseBudgetAction.Builder
extends SdkPojo, CopyableBuilder<ResponseBudgetAction.Builder,ResponseBudgetAction>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The budget action description.thresholdPercentage
(Float thresholdPercentage) The percentage threshold for the budget.The action taken on the budget once scheduling stops.type
(BudgetActionType type) The action taken on the budget once scheduling stops.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
description
The budget action description.
- Parameters:
description
- The budget action description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thresholdPercentage
The percentage threshold for the budget.
- Parameters:
thresholdPercentage
- The percentage threshold for the budget.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The action taken on the budget once scheduling stops.
- Parameters:
type
- The action taken on the budget once scheduling stops.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The action taken on the budget once scheduling stops.
- Parameters:
type
- The action taken on the budget once scheduling stops.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-