Interface OTAJobConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OTAJobConfig.Builder,OTAJobConfig>, SdkBuilder<OTAJobConfig.Builder,OTAJobConfig>, SdkPojo
Enclosing class:
OTAJobConfig

public static interface OTAJobConfig.Builder extends SdkPojo, CopyableBuilder<OTAJobConfig.Builder,OTAJobConfig>
  • Method Details

    • allowMajorVersionUpdate

      OTAJobConfig.Builder allowMajorVersionUpdate(Boolean allowMajorVersionUpdate)

      Whether to apply the update if it is a major version change.

      Parameters:
      allowMajorVersionUpdate - Whether to apply the update if it is a major version change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imageVersion

      OTAJobConfig.Builder imageVersion(String imageVersion)

      The target version of the device software.

      Parameters:
      imageVersion - The target version of the device software.
      Returns:
      Returns a reference to this object so that method calls can be chained together.