Interface ListDevicesJobsResponse.Builder

    • Method Detail

      • deviceJobs

        ListDevicesJobsResponse.Builder deviceJobs​(DeviceJob... deviceJobs)

        A list of jobs.

        Parameters:
        deviceJobs - A list of jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDevicesJobsResponse.Builder nextToken​(String nextToken)

        A pagination token that's included if more results are available.

        Parameters:
        nextToken - A pagination token that's included if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.