Interface BudgetActionToRemove.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BudgetActionToRemove.Builder,
,BudgetActionToRemove> SdkBuilder<BudgetActionToRemove.Builder,
,BudgetActionToRemove> SdkPojo
- Enclosing class:
BudgetActionToRemove
@Mutable
@NotThreadSafe
public static interface BudgetActionToRemove.Builder
extends SdkPojo, CopyableBuilder<BudgetActionToRemove.Builder,BudgetActionToRemove>
-
Method Summary
Modifier and TypeMethodDescriptionthresholdPercentage
(Float thresholdPercentage) The percentage threshold for the budget action to remove.The type of budget action to remove.type
(BudgetActionType type) The type of budget action to remove.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, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of budget action to remove.
- Parameters:
type
- The type of budget action to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of budget action to remove.
- Parameters:
type
- The type of budget action to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
thresholdPercentage
The percentage threshold for the budget action to remove.
- Parameters:
thresholdPercentage
- The percentage threshold for the budget action to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-