Uses of Interface
software.amazon.awssdk.services.iotevents.model.IotTopicPublishAction.Builder
-
Packages that use IotTopicPublishAction.Builder Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of IotTopicPublishAction.Builder in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return IotTopicPublishAction.Builder Modifier and Type Method Description static IotTopicPublishAction.BuilderIotTopicPublishAction. builder()IotTopicPublishAction.BuilderIotTopicPublishAction.Builder. mqttTopic(String mqttTopic)The MQTT topic of the message.default IotTopicPublishAction.BuilderIotTopicPublishAction.Builder. payload(Consumer<Payload.Builder> payload)You can configure the action payload when you publish a message to an AWS IoT Core topic.IotTopicPublishAction.BuilderIotTopicPublishAction.Builder. payload(Payload payload)You can configure the action payload when you publish a message to an AWS IoT Core topic.IotTopicPublishAction.BuilderIotTopicPublishAction. toBuilder()Methods in software.amazon.awssdk.services.iotevents.model that return types with arguments of type IotTopicPublishAction.Builder Modifier and Type Method Description static Class<? extends IotTopicPublishAction.Builder>IotTopicPublishAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotevents.model with type arguments of type IotTopicPublishAction.Builder Modifier and Type Method Description default Action.BuilderAction.Builder. iotTopicPublish(Consumer<IotTopicPublishAction.Builder> iotTopicPublish)Publishes an MQTT message with the given topic to the AWS IoT message broker.default AlarmAction.BuilderAlarmAction.Builder. iotTopicPublish(Consumer<IotTopicPublishAction.Builder> iotTopicPublish)Sets the value of the IotTopicPublish property for this object.
-