public static interface ActionHistoryDetails.Builder extends SdkPojo, CopyableBuilder<ActionHistoryDetails.Builder,ActionHistoryDetails>
| Modifier and Type | Method and Description |
|---|---|
ActionHistoryDetails.Builder |
action(Action action)
The budget action resource.
|
default ActionHistoryDetails.Builder |
action(Consumer<Action.Builder> action)
The budget action resource.
|
ActionHistoryDetails.Builder |
message(String message)
Sets the value of the Message property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionHistoryDetails.Builder message(String message)
message - The new value for the Message property for this object.ActionHistoryDetails.Builder action(Action action)
The budget action resource.
action - The budget action resource.default ActionHistoryDetails.Builder action(Consumer<Action.Builder> action)
The budget action resource.
This is a convenience method that creates an instance of theAction.Builder avoiding the need to
create one manually via Action.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to action(Action).
action - a consumer that will call methods on Action.Builderaction(Action)Copyright © 2023. All rights reserved.