public static interface EventActionEntry.Builder extends SdkPojo, CopyableBuilder<EventActionEntry.Builder,EventActionEntry>
| Modifier and Type | Method and Description |
|---|---|
EventActionEntry.Builder |
action(Action action)
What occurs after a certain event.
|
default EventActionEntry.Builder |
action(Consumer<Action.Builder> action)
What occurs after a certain event.
|
EventActionEntry.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the event action.
|
EventActionEntry.Builder |
createdAt(Instant createdAt)
The date and time that the event action was created, in ISO 8601 format.
|
default EventActionEntry.Builder |
event(Consumer<Event.Builder> event)
What occurs to start an action.
|
EventActionEntry.Builder |
event(Event event)
What occurs to start an action.
|
EventActionEntry.Builder |
id(String id)
The unique identifier for the event action.
|
EventActionEntry.Builder |
updatedAt(Instant updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventActionEntry.Builder action(Action action)
What occurs after a certain event.
action - What occurs after a certain event.default EventActionEntry.Builder action(Consumer<Action.Builder> action)
What occurs after a certain event.
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)EventActionEntry.Builder arn(String arn)
The Amazon Resource Name (ARN) for the event action.
arn - The Amazon Resource Name (ARN) for the event action.EventActionEntry.Builder createdAt(Instant createdAt)
The date and time that the event action was created, in ISO 8601 format.
createdAt - The date and time that the event action was created, in ISO 8601 format.EventActionEntry.Builder event(Event event)
What occurs to start an action.
event - What occurs to start an action.default EventActionEntry.Builder event(Consumer<Event.Builder> event)
What occurs to start an action.
This is a convenience method that creates an instance of theEvent.Builder avoiding the need to
create one manually via Event.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to event(Event).
event - a consumer that will call methods on Event.Builderevent(Event)EventActionEntry.Builder id(String id)
The unique identifier for the event action.
id - The unique identifier for the event action.EventActionEntry.Builder updatedAt(Instant updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
updatedAt - The date and time that the event action was last updated, in ISO 8601 format.Copyright © 2023. All rights reserved.