public static interface GetEventActionResponse.Builder extends DataExchangeResponse.Builder, SdkPojo, CopyableBuilder<GetEventActionResponse.Builder,GetEventActionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEventActionResponse.Builder |
action(Action action)
What occurs after a certain event.
|
default GetEventActionResponse.Builder |
action(Consumer<Action.Builder> action)
What occurs after a certain event.
|
GetEventActionResponse.Builder |
arn(String arn)
The ARN for the event action.
|
GetEventActionResponse.Builder |
createdAt(Instant createdAt)
The date and time that the event action was created, in ISO 8601 format.
|
default GetEventActionResponse.Builder |
event(Consumer<Event.Builder> event)
What occurs to start an action.
|
GetEventActionResponse.Builder |
event(Event event)
What occurs to start an action.
|
GetEventActionResponse.Builder |
id(String id)
The unique identifier for the event action.
|
GetEventActionResponse.Builder |
updatedAt(Instant updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEventActionResponse.Builder action(Action action)
What occurs after a certain event.
action - What occurs after a certain event.default GetEventActionResponse.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)GetEventActionResponse.Builder arn(String arn)
The ARN for the event action.
arn - The ARN for the event action.GetEventActionResponse.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.GetEventActionResponse.Builder event(Event event)
What occurs to start an action.
event - What occurs to start an action.default GetEventActionResponse.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)GetEventActionResponse.Builder id(String id)
The unique identifier for the event action.
id - The unique identifier for the event action.GetEventActionResponse.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.