Interface TelemetryConfiguration.Builder

    • Method Detail

      • configurationSyncStatus

        TelemetryConfiguration.Builder configurationSyncStatus​(String configurationSyncStatus)
        Synchronization status of the device reported configuration with the desired configuration.
        Parameters:
        configurationSyncStatus - Synchronization status of the device reported configuration with the desired configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConfigurationSyncStatus, ConfigurationSyncStatus
      • configurationSyncStatus

        TelemetryConfiguration.Builder configurationSyncStatus​(ConfigurationSyncStatus configurationSyncStatus)
        Synchronization status of the device reported configuration with the desired configuration.
        Parameters:
        configurationSyncStatus - Synchronization status of the device reported configuration with the desired configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConfigurationSyncStatus, ConfigurationSyncStatus
      • telemetry

        TelemetryConfiguration.Builder telemetry​(String telemetry)
        Configure telemetry to be on or off.
        Parameters:
        telemetry - Configure telemetry to be on or off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Telemetry, Telemetry
      • telemetry

        TelemetryConfiguration.Builder telemetry​(Telemetry telemetry)
        Configure telemetry to be on or off.
        Parameters:
        telemetry - Configure telemetry to be on or off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Telemetry, Telemetry