| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.actions(Action... actions)
The actions to be performed.
|
Event.Builder |
Event.Builder.actions(Collection<Action> actions)
The actions to be performed.
|
Event.Builder |
Event.Builder.actions(Consumer<Action.Builder>... actions)
The actions to be performed.
|
static Event.Builder |
Event.builder() |
Event.Builder |
Event.Builder.condition(String condition)
Optional.
|
Event.Builder |
Event.Builder.eventName(String eventName)
The name of the event.
|
Event.Builder |
Event.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Event.Builder> |
Event.serializableBuilderClass() |
Copyright © 2022. All rights reserved.