default DynamoDBAction.Builder |
DynamoDBAction.Builder.payload(Consumer<Payload.Builder> payload) |
Sets the value of the Payload property for this object.
|
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 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 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 LambdaAction.Builder |
LambdaAction.Builder.payload(Consumer<Payload.Builder> payload) |
You can configure the action payload when you send a message to a Lambda function.
|
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 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.
|