public static interface ActionHistory.Builder extends SdkPojo, CopyableBuilder<ActionHistory.Builder,ActionHistory>
| Modifier and Type | Method and Description |
|---|---|
ActionHistory.Builder |
actionHistoryDetails(ActionHistoryDetails actionHistoryDetails)
The description of the details for the event.
|
default ActionHistory.Builder |
actionHistoryDetails(Consumer<ActionHistoryDetails.Builder> actionHistoryDetails)
The description of the details for the event.
|
ActionHistory.Builder |
eventType(EventType eventType)
This distinguishes between whether the events are triggered by the user or are generated by the system.
|
ActionHistory.Builder |
eventType(String eventType)
This distinguishes between whether the events are triggered by the user or are generated by the system.
|
ActionHistory.Builder |
status(ActionStatus status)
The status of action at the time of the event.
|
ActionHistory.Builder |
status(String status)
The status of action at the time of the event.
|
ActionHistory.Builder |
timestamp(Instant timestamp)
Sets the value of the Timestamp property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionHistory.Builder timestamp(Instant timestamp)
timestamp - The new value for the Timestamp property for this object.ActionHistory.Builder status(String status)
The status of action at the time of the event.
status - The status of action at the time of the event.ActionStatus,
ActionStatusActionHistory.Builder status(ActionStatus status)
The status of action at the time of the event.
status - The status of action at the time of the event.ActionStatus,
ActionStatusActionHistory.Builder eventType(String eventType)
This distinguishes between whether the events are triggered by the user or are generated by the system.
ActionHistory.Builder eventType(EventType eventType)
This distinguishes between whether the events are triggered by the user or are generated by the system.
ActionHistory.Builder actionHistoryDetails(ActionHistoryDetails actionHistoryDetails)
The description of the details for the event.
actionHistoryDetails - The description of the details for the event.default ActionHistory.Builder actionHistoryDetails(Consumer<ActionHistoryDetails.Builder> actionHistoryDetails)
The description of the details for the event.
This is a convenience method that creates an instance of theActionHistoryDetails.Builder avoiding
the need to create one manually via ActionHistoryDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to actionHistoryDetails(ActionHistoryDetails).
actionHistoryDetails - a consumer that will call methods on ActionHistoryDetails.BuilderactionHistoryDetails(ActionHistoryDetails)Copyright © 2023. All rights reserved.