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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseBudgetAction.Builderdescription(String description)The budget action description.ResponseBudgetAction.BuilderthresholdPercentage(Float thresholdPercentage)The percentage threshold for the budget.ResponseBudgetAction.Buildertype(String type)The action taken on the budget once scheduling stops.ResponseBudgetAction.Buildertype(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 Detail
-
description
ResponseBudgetAction.Builder description(String 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
ResponseBudgetAction.Builder thresholdPercentage(Float 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
ResponseBudgetAction.Builder type(String 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:
BudgetActionType,BudgetActionType
-
type
ResponseBudgetAction.Builder type(BudgetActionType 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:
BudgetActionType,BudgetActionType
-
-