Interface JobBookmarkEntry.Builder

    • Method Detail

      • jobName

        JobBookmarkEntry.Builder jobName​(String jobName)

        The name of the job in question.

        Parameters:
        jobName - The name of the job in question.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        JobBookmarkEntry.Builder version​(Integer version)

        The version of the job.

        Parameters:
        version - The version of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • run

        JobBookmarkEntry.Builder run​(Integer run)

        The run ID number.

        Parameters:
        run - The run ID number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attempt

        JobBookmarkEntry.Builder attempt​(Integer attempt)

        The attempt ID number.

        Parameters:
        attempt - The attempt ID number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • previousRunId

        JobBookmarkEntry.Builder previousRunId​(String previousRunId)

        The unique run identifier associated with the previous job run.

        Parameters:
        previousRunId - The unique run identifier associated with the previous job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runId

        JobBookmarkEntry.Builder runId​(String runId)

        The run ID number.

        Parameters:
        runId - The run ID number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobBookmark

        JobBookmarkEntry.Builder jobBookmark​(String jobBookmark)

        The bookmark itself.

        Parameters:
        jobBookmark - The bookmark itself.
        Returns:
        Returns a reference to this object so that method calls can be chained together.