Interface BudgetActionToAdd.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BudgetActionToAdd.Builder,
,BudgetActionToAdd> SdkBuilder<BudgetActionToAdd.Builder,
,BudgetActionToAdd> SdkPojo
- Enclosing class:
BudgetActionToAdd
@Mutable
@NotThreadSafe
public static interface BudgetActionToAdd.Builder
extends SdkPojo, CopyableBuilder<BudgetActionToAdd.Builder,BudgetActionToAdd>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description for the budget action to add.thresholdPercentage
(Float thresholdPercentage) The percentage threshold for the budget action to add.The type of budget action to add.type
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-
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.
-
description
A description for the budget action to add.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Parameters:
description
- A description for the budget action to add.This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-