Interface JobBookmarkEntry.Builder

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

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

    • 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

      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

      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

      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

      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.