Interface CodeReviewSummary.Builder

  • Method Details

    • codeReviewId

      CodeReviewSummary.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.
    • agentSpaceId

      CodeReviewSummary.Builder agentSpaceId(String agentSpaceId)

      The unique identifier of the agent space that contains the code review.

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

      The title of the code review.

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

      CodeReviewSummary.Builder createdAt(Instant createdAt)

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

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

      CodeReviewSummary.Builder updatedAt(Instant updatedAt)

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

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