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