| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static SqsAction.Builder |
SqsAction.builder() |
default SqsAction.Builder |
SqsAction.Builder.payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to an Amazon SQS queue.
|
SqsAction.Builder |
SqsAction.Builder.payload(Payload payload)
You can configure the action payload when you send a message to an Amazon SQS queue.
|
SqsAction.Builder |
SqsAction.Builder.queueUrl(String queueUrl)
The URL of the SQS queue where the data is written.
|
SqsAction.Builder |
SqsAction.toBuilder() |
SqsAction.Builder |
SqsAction.Builder.useBase64(Boolean useBase64)
Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SqsAction.Builder> |
SqsAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.sqs(Consumer<SqsAction.Builder> sqs)
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS
queue.
|
default AlarmAction.Builder |
AlarmAction.Builder.sqs(Consumer<SqsAction.Builder> sqs)
Sets the value of the Sqs property for this object.
|
Copyright © 2022. All rights reserved.