Interface PostCommentForComparedCommitResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeCommitResponse.Builder, CopyableBuilder<PostCommentForComparedCommitResponse.Builder,PostCommentForComparedCommitResponse>, SdkBuilder<PostCommentForComparedCommitResponse.Builder,PostCommentForComparedCommitResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
PostCommentForComparedCommitResponse

  • Method Details

    • repositoryName

      PostCommentForComparedCommitResponse.Builder repositoryName(String repositoryName)

      The name of the repository where you posted a comment on the comparison between commits.

      Parameters:
      repositoryName - The name of the repository where you posted a comment on the comparison between commits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • beforeCommitId

      PostCommentForComparedCommitResponse.Builder beforeCommitId(String beforeCommitId)

      In the directionality you established, the full commit ID of the before commit.

      Parameters:
      beforeCommitId - In the directionality you established, the full commit ID of the before commit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • afterCommitId

      In the directionality you established, the full commit ID of the after commit.

      Parameters:
      afterCommitId - In the directionality you established, the full commit ID of the after commit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • beforeBlobId

      In the directionality you established, the blob ID of the before blob.

      Parameters:
      beforeBlobId - In the directionality you established, the blob ID of the before blob.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • afterBlobId

      In the directionality you established, the blob ID of the after blob.

      Parameters:
      afterBlobId - In the directionality you established, the blob ID of the after blob.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • location

      The location of the comment in the comparison between the two commits.

      Parameters:
      location - The location of the comment in the comparison between the two commits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • location

      The location of the comment in the comparison between the two commits.

      This is a convenience method that creates an instance of the Location.Builder avoiding the need to create one manually via Location.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to location(Location).

      Parameters:
      location - a consumer that will call methods on Location.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • comment

      The content of the comment you posted.

      Parameters:
      comment - The content of the comment you posted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comment

      The content of the comment you posted.

      This is a convenience method that creates an instance of the Comment.Builder avoiding the need to create one manually via Comment.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to comment(Comment).

      Parameters:
      comment - a consumer that will call methods on Comment.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: