Interface LatestDeviceJob.Builder

    • Method Detail

      • imageVersion

        LatestDeviceJob.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.
      • jobType

        LatestDeviceJob.Builder jobType​(String jobType)

        The job's type.

        Parameters:
        jobType - The job's type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType, JobType
      • jobType

        LatestDeviceJob.Builder jobType​(JobType jobType)

        The job's type.

        Parameters:
        jobType - The job's type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType, JobType