Interface ResponseBudgetAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResponseBudgetAction.Builder,
,ResponseBudgetAction> SdkBuilder<ResponseBudgetAction.Builder,
,ResponseBudgetAction> SdkPojo
- Enclosing class:
ResponseBudgetAction
@Mutable
@NotThreadSafe
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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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.
-
description
The budget action description.
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
- The budget action description.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.
-