public static interface IotEventsAction.Builder extends SdkPojo, CopyableBuilder<IotEventsAction.Builder,IotEventsAction>
| Modifier and Type | Method and Description |
|---|---|
IotEventsAction.Builder |
inputName(String inputName)
The name of the AWS IoT Events input where the data is sent.
|
default IotEventsAction.Builder |
payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
|
IotEventsAction.Builder |
payload(Payload payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIotEventsAction.Builder inputName(String inputName)
The name of the AWS IoT Events input where the data is sent.
inputName - The name of the AWS IoT Events input where the data is sent.IotEventsAction.Builder payload(Payload payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
payload - You can configure the action payload when you send a message to an AWS IoT Events input.default IotEventsAction.Builder payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
This is a convenience that creates an instance of thePayload.Builder avoiding the need to create one
manually via Payload.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to payload(Payload).payload - a consumer that will call methods on Payload.Builderpayload(Payload)Copyright © 2022. All rights reserved.