Uses of Interface
software.amazon.awssdk.services.iotevents.model.SqsAction.Builder
-
Packages that use SqsAction.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of SqsAction.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return SqsAction.Builder Modifier and Type Method Description static SqsAction.BuilderSqsAction. builder()default SqsAction.BuilderSqsAction.Builder. payload(Consumer<Payload.Builder> payload)You can configure the action payload when you send a message to an Amazon SQS queue.SqsAction.BuilderSqsAction.Builder. payload(Payload payload)You can configure the action payload when you send a message to an Amazon SQS queue.SqsAction.BuilderSqsAction.Builder. queueUrl(String queueUrl)The URL of the SQS queue where the data is written.SqsAction.BuilderSqsAction. toBuilder()SqsAction.BuilderSqsAction.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.Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type SqsAction.Builder Modifier and Type Method Description static Class<? extends SqsAction.Builder>SqsAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type SqsAction.Builder Modifier and Type Method Description default Action.BuilderAction.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.BuilderAlarmAction.Builder. sqs(Consumer<SqsAction.Builder> sqs)Sets the value of the Sqs property for this object.
-