Interface GetCommentsForComparedCommitRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodeCommitRequest.Builder, CopyableBuilder<GetCommentsForComparedCommitRequest.Builder,GetCommentsForComparedCommitRequest>, SdkBuilder<GetCommentsForComparedCommitRequest.Builder,GetCommentsForComparedCommitRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetCommentsForComparedCommitRequest

  • Method Details

    • repositoryName

      GetCommentsForComparedCommitRequest.Builder repositoryName(String repositoryName)

      The name of the repository where you want to compare commits.

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

      GetCommentsForComparedCommitRequest.Builder beforeCommitId(String beforeCommitId)

      To establish the directionality of the comparison, the full commit ID of the before commit.

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

      To establish the directionality of the comparison, the full commit ID of the after commit.

      Parameters:
      afterCommitId - To establish the directionality of the comparison, the full commit ID of the after commit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      An enumeration token that when provided in a request, returns the next batch of the results.

      Parameters:
      nextToken - An enumeration token that when provided in a request, returns the next batch of the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.

      Parameters:
      maxResults - A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.