Interface StartCodeReviewJobResponse.Builder

  • Method Details

    • title

      The title of the code review job.

      Parameters:
      title - The title of the code review job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the code review job.

      Parameters:
      status - The current status of the code review job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the code review job.

      Parameters:
      status - The current status of the code review job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      The date and time the code review job was created, in UTC format.

      Parameters:
      createdAt - The date and time the code review job was created, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The date and time the code review job was last updated, in UTC format.

      Parameters:
      updatedAt - The date and time the code review job was last updated, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeReviewId

      StartCodeReviewJobResponse.Builder codeReviewId(String codeReviewId)

      The unique identifier of the code review.

      Parameters:
      codeReviewId - The unique identifier of the code review.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • codeReviewJobId

      StartCodeReviewJobResponse.Builder codeReviewJobId(String codeReviewJobId)

      The unique identifier of the started code review job.

      Parameters:
      codeReviewJobId - The unique identifier of the started code review job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • agentSpaceId

      StartCodeReviewJobResponse.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space.

      Parameters:
      agentSpaceId - The unique identifier of the agent space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.