Interface DeviceJob.Builder

    • Method Detail

      • createdTime

        DeviceJob.Builder createdTime​(Instant createdTime)

        When the job was created.

        Parameters:
        createdTime - When the job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceId

        DeviceJob.Builder deviceId​(String deviceId)

        The ID of the target device.

        Parameters:
        deviceId - The ID of the target device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceName

        DeviceJob.Builder deviceName​(String deviceName)

        The name of the target device

        Parameters:
        deviceName - The name of the target device
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        DeviceJob.Builder jobId​(String jobId)

        The job's ID.

        Parameters:
        jobId - The job's ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobType

        DeviceJob.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

        DeviceJob.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