| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static Payload.Builder |
Payload.builder() |
Payload.Builder |
Payload.Builder.contentExpression(String contentExpression)
The content of the payload.
|
Payload.Builder |
Payload.toBuilder() |
Payload.Builder |
Payload.Builder.type(PayloadType type)
The value of the payload type can be either
STRING or JSON. |
Payload.Builder |
Payload.Builder.type(String type)
The value of the payload type can be either
STRING or JSON. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Payload.Builder> |
Payload.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DynamoDBAction.Builder |
DynamoDBAction.Builder.payload(Consumer<Payload.Builder> payload)
Sets the value of the Payload property for this object.
|
default IotTopicPublishAction.Builder |
IotTopicPublishAction.Builder.payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you publish a message to an AWS IoT Core topic.
|
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.
|
default IotEventsAction.Builder |
IotEventsAction.Builder.payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
|
default SNSTopicPublishAction.Builder |
SNSTopicPublishAction.Builder.payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message as an Amazon SNS push notification.
|
default DynamoDBv2Action.Builder |
DynamoDBv2Action.Builder.payload(Consumer<Payload.Builder> payload)
Sets the value of the Payload property for this object.
|
default FirehoseAction.Builder |
FirehoseAction.Builder.payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery
stream.
|
default LambdaAction.Builder |
LambdaAction.Builder.payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to a Lambda function.
|
Copyright © 2022. All rights reserved.