Class DeleteOtaUpdateRequest

    • Method Detail

      • otaUpdateId

        public final String otaUpdateId()

        The ID of the OTA update to delete.

        Returns:
        The ID of the OTA update to delete.
      • deleteStream

        public final Boolean deleteStream()

        When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.

        Returns:
        When true, the stream created by the OTAUpdate process is deleted when the OTA update is deleted. Ignored if the stream specified in the OTAUpdate is supplied by the user.
      • forceDeleteAWSJob

        public final Boolean forceDeleteAWSJob()

        When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.

        Returns:
        When true, deletes the IoT job created by the OTAUpdate process even if it is "IN_PROGRESS". Otherwise, if the job is not in a terminal state ("COMPLETED" or "CANCELED") an exception will occur. The default is false.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object