Interface MetricsExportConfig.Builder

    • Method Detail

      • mqttTopic

        MetricsExportConfig.Builder mqttTopic​(String mqttTopic)

        The MQTT topic that Device Defender Detect should publish messages to for metrics export.

        Parameters:
        mqttTopic - The MQTT topic that Device Defender Detect should publish messages to for metrics export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        MetricsExportConfig.Builder roleArn​(String roleArn)

        This role ARN has permission to publish MQTT messages, after which Device Defender Detect can assume the role and publish messages on your behalf.

        Parameters:
        roleArn - This role ARN has permission to publish MQTT messages, after which Device Defender Detect can assume the role and publish messages on your behalf.
        Returns:
        Returns a reference to this object so that method calls can be chained together.