Action.Builder |
Action.Builder.actionId(String actionId) |
A system-generated universally unique identifier (UUID) for the action.
|
default Action.Builder |
Action.Builder.actionThreshold(Consumer<ActionThreshold.Builder> actionThreshold) |
The trigger threshold of the action.
|
Action.Builder |
Action.Builder.actionThreshold(ActionThreshold actionThreshold) |
The trigger threshold of the action.
|
Action.Builder |
Action.Builder.actionType(String actionType) |
The type of action.
|
Action.Builder |
Action.Builder.actionType(ActionType actionType) |
The type of action.
|
Action.Builder |
Action.Builder.approvalModel(String approvalModel) |
This specifies if the action needs manual or automatic approval.
|
Action.Builder |
Action.Builder.approvalModel(ApprovalModel 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(String notificationType) |
Sets the value of the NotificationType property for this object.
|
Action.Builder |
Action.Builder.notificationType(NotificationType notificationType) |
Sets the value of the NotificationType property for this object.
|
Action.Builder |
Action.Builder.status(String status) |
The status of the action.
|
Action.Builder |
Action.Builder.status(ActionStatus 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() |
|