UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.accountId(String accountId) |
Sets the value of the AccountId property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.actionId(String actionId) |
A system-generated universally unique identifier (UUID) for the action.
|
default UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold) |
Sets the value of the ActionThreshold property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.actionThreshold(ActionThreshold actionThreshold) |
Sets the value of the ActionThreshold property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.approvalModel(String approvalModel) |
This specifies if the action needs manual or automatic approval.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.approvalModel(ApprovalModel approvalModel) |
This specifies if the action needs manual or automatic approval.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.budgetName(String budgetName) |
Sets the value of the BudgetName property for this object.
|
static UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.builder() |
|
default UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.definition(Consumer<Definition.Builder> definition) |
Sets the value of the Definition property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.definition(Definition definition) |
Sets the value of the Definition property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.executionRoleArn(String executionRoleArn) |
The role passed for action execution and reversion.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.notificationType(String notificationType) |
Sets the value of the NotificationType property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.notificationType(NotificationType notificationType) |
Sets the value of the NotificationType property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.subscribers(Collection<Subscriber> subscribers) |
Sets the value of the Subscribers property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.subscribers(Consumer<Subscriber.Builder>... subscribers) |
Sets the value of the Subscribers property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.subscribers(Subscriber... subscribers) |
Sets the value of the Subscribers property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.toBuilder() |
|