Interface MqttTopicConfig.Builder

    • Method Detail

      • mqttTopicArn

        MqttTopicConfig.Builder mqttTopicArn​(String mqttTopicArn)

        The ARN of the MQTT topic.

        Parameters:
        mqttTopicArn - The ARN of the MQTT topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionRoleArn

        MqttTopicConfig.Builder executionRoleArn​(String executionRoleArn)

        The ARN of the role that grants Amazon Web Services IoT FleetWise permission to access and act on messages sent to the MQTT topic.

        Parameters:
        executionRoleArn - The ARN of the role that grants Amazon Web Services IoT FleetWise permission to access and act on messages sent to the MQTT topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.