default GetEventActionResponse.Builder |
GetEventActionResponse.Builder.action(Consumer<Action.Builder> action) |
What occurs after a certain event.
|
GetEventActionResponse.Builder |
GetEventActionResponse.Builder.action(Action action) |
What occurs after a certain event.
|
GetEventActionResponse.Builder |
GetEventActionResponse.Builder.arn(String arn) |
The ARN for the event action.
|
static GetEventActionResponse.Builder |
GetEventActionResponse.builder() |
|
GetEventActionResponse.Builder |
GetEventActionResponse.Builder.createdAt(Instant createdAt) |
The date and time that the event action was created, in ISO 8601 format.
|
default GetEventActionResponse.Builder |
GetEventActionResponse.Builder.event(Consumer<Event.Builder> event) |
What occurs to start an action.
|
GetEventActionResponse.Builder |
GetEventActionResponse.Builder.event(Event event) |
What occurs to start an action.
|
GetEventActionResponse.Builder |
GetEventActionResponse.Builder.id(String id) |
The unique identifier for the event action.
|
GetEventActionResponse.Builder |
GetEventActionResponse.toBuilder() |
|
GetEventActionResponse.Builder |
GetEventActionResponse.Builder.updatedAt(Instant updatedAt) |
The date and time that the event action was last updated, in ISO 8601 format.
|