| Package | Description |
|---|---|
| software.amazon.awssdk.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.actionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
|
Action.Builder |
Action.Builder.actionThreshold(ActionThreshold actionThreshold)
The trigger threshold of the action.
|
default Action.Builder |
Action.Builder.actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold)
The trigger threshold of the action.
|
Action.Builder |
Action.Builder.actionType(ActionType actionType)
The type of action.
|
Action.Builder |
Action.Builder.actionType(String actionType)
The type of action.
|
Action.Builder |
Action.Builder.approvalModel(ApprovalModel approvalModel)
This specifies if the action needs manual or automatic approval.
|
Action.Builder |
Action.Builder.approvalModel(String approvalModel)
This specifies if the action needs manual or automatic approval.
|
Action.Builder |
Action.Builder.budgetName(String budgetName)
Sets the value of the BudgetName property for this object.
|
static Action.Builder |
Action.builder() |
default Action.Builder |
Action.Builder.definition(Consumer<Definition.Builder> definition)
Where you specify all of the type-specific parameters.
|
Action.Builder |
Action.Builder.definition(Definition definition)
Where you specify all of the type-specific parameters.
|
Action.Builder |
Action.Builder.executionRoleArn(String executionRoleArn)
The role passed for action execution and reversion.
|
Action.Builder |
Action.Builder.notificationType(NotificationType notificationType)
Sets the value of the NotificationType property for this object.
|
Action.Builder |
Action.Builder.notificationType(String notificationType)
Sets the value of the NotificationType property for this object.
|
Action.Builder |
Action.Builder.status(ActionStatus status)
The status of the action.
|
Action.Builder |
Action.Builder.status(String status)
The status of the action.
|
Action.Builder |
Action.Builder.subscribers(Collection<Subscriber> subscribers)
Sets the value of the Subscribers property for this object.
|
Action.Builder |
Action.Builder.subscribers(Consumer<Subscriber.Builder>... subscribers)
Sets the value of the Subscribers property for this object.
|
Action.Builder |
Action.Builder.subscribers(Subscriber... subscribers)
Sets the value of the Subscribers property for this object.
|
Action.Builder |
Action.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Action.Builder> |
Action.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBudgetActionResponse.Builder |
DescribeBudgetActionResponse.Builder.action(Consumer<Action.Builder> action)
A budget action resource.
|
default DeleteBudgetActionResponse.Builder |
DeleteBudgetActionResponse.Builder.action(Consumer<Action.Builder> action)
Sets the value of the Action property for this object.
|
default ActionHistoryDetails.Builder |
ActionHistoryDetails.Builder.action(Consumer<Action.Builder> action)
The budget action resource.
|
default UpdateBudgetActionResponse.Builder |
UpdateBudgetActionResponse.Builder.newAction(Consumer<Action.Builder> newAction)
The updated action resource information.
|
default UpdateBudgetActionResponse.Builder |
UpdateBudgetActionResponse.Builder.oldAction(Consumer<Action.Builder> oldAction)
The previous action resource information.
|
Copyright © 2023. All rights reserved.