| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets |
Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations.
|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBudgetActionResponse |
BudgetsClient.updateBudgetAction(Consumer<UpdateBudgetActionRequest.Builder> updateBudgetActionRequest)
Updates a budget action.
|
default CompletableFuture<UpdateBudgetActionResponse> |
BudgetsAsyncClient.updateBudgetAction(Consumer<UpdateBudgetActionRequest.Builder> updateBudgetActionRequest)
Updates a budget action.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.actionThreshold(ActionThreshold actionThreshold)
Sets the value of the ActionThreshold property for this object.
|
default UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold)
Sets the value of the ActionThreshold property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.approvalModel(ApprovalModel approvalModel)
This specifies if the action needs manual or automatic approval.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.approvalModel(String 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(NotificationType notificationType)
Sets the value of the NotificationType property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.notificationType(String notificationType)
Sets the value of the NotificationType property for this object.
|
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBudgetActionRequest.Builder |
UpdateBudgetActionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateBudgetActionRequest.Builder> |
UpdateBudgetActionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.