Interface IotTopicPublishAction.Builder

    • Method Detail

      • mqttTopic

        IotTopicPublishAction.Builder mqttTopic​(String mqttTopic)

        The MQTT topic of the message. You can use a string expression that includes variables ( $variable.<variable-name>) and input values ( $input.<input-name>.<path-to-datum>) as the topic string.

        Parameters:
        mqttTopic - The MQTT topic of the message. You can use a string expression that includes variables ( $variable.<variable-name>) and input values ( $input.<input-name>.<path-to-datum>) as the topic string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payload

        IotTopicPublishAction.Builder payload​(Payload payload)

        You can configure the action payload when you publish a message to an AWS IoT Core topic.

        Parameters:
        payload - You can configure the action payload when you publish a message to an AWS IoT Core topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.