Interface BudgetActionToAdd.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BudgetActionToAdd.Builder,BudgetActionToAdd>,SdkBuilder<BudgetActionToAdd.Builder,BudgetActionToAdd>,SdkPojo
- Enclosing class:
- BudgetActionToAdd
public static interface BudgetActionToAdd.Builder extends SdkPojo, CopyableBuilder<BudgetActionToAdd.Builder,BudgetActionToAdd>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BudgetActionToAdd.Builderdescription(String description)A description for the budget action to add.BudgetActionToAdd.BuilderthresholdPercentage(Float thresholdPercentage)The percentage threshold for the budget action to add.BudgetActionToAdd.Buildertype(String type)The type of budget action to add.BudgetActionToAdd.Buildertype(BudgetActionType type)The type of budget action to add.-
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
BudgetActionToAdd.Builder description(String description)
A description for the budget action to add.
- Parameters:
description- A description for the budget action to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thresholdPercentage
BudgetActionToAdd.Builder thresholdPercentage(Float thresholdPercentage)
The percentage threshold for the budget action to add.
- Parameters:
thresholdPercentage- The percentage threshold for the budget action to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
BudgetActionToAdd.Builder type(String type)
The type of budget action to add.
- Parameters:
type- The type of budget action to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BudgetActionType,BudgetActionType
-
type
BudgetActionToAdd.Builder type(BudgetActionType type)
The type of budget action to add.
- Parameters:
type- The type of budget action to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BudgetActionType,BudgetActionType
-
-