| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEventActionResponse.Builder |
UpdateEventActionResponse.Builder.action(Action action)
What occurs after a certain event.
|
default UpdateEventActionResponse.Builder |
UpdateEventActionResponse.Builder.action(Consumer<Action.Builder> action)
What occurs after a certain event.
|
UpdateEventActionResponse.Builder |
UpdateEventActionResponse.Builder.arn(String arn)
The ARN for the event action.
|
static UpdateEventActionResponse.Builder |
UpdateEventActionResponse.builder() |
UpdateEventActionResponse.Builder |
UpdateEventActionResponse.Builder.createdAt(Instant createdAt)
The date and time that the event action was created, in ISO 8601 format.
|
default UpdateEventActionResponse.Builder |
UpdateEventActionResponse.Builder.event(Consumer<Event.Builder> event)
What occurs to start an action.
|
UpdateEventActionResponse.Builder |
UpdateEventActionResponse.Builder.event(Event event)
What occurs to start an action.
|
UpdateEventActionResponse.Builder |
UpdateEventActionResponse.Builder.id(String id)
The unique identifier for the event action.
|
UpdateEventActionResponse.Builder |
UpdateEventActionResponse.toBuilder() |
UpdateEventActionResponse.Builder |
UpdateEventActionResponse.Builder.updatedAt(Instant updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEventActionResponse.Builder> |
UpdateEventActionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.