Interface BatchGetCommitsRequest.Builder

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

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

    • commitIds

      The full commit IDs of the commits to get information about.

      You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

      Parameters:
      commitIds - The full commit IDs of the commits to get information about.

      You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • commitIds

      BatchGetCommitsRequest.Builder commitIds(String... commitIds)

      The full commit IDs of the commits to get information about.

      You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

      Parameters:
      commitIds - The full commit IDs of the commits to get information about.

      You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repositoryName

      BatchGetCommitsRequest.Builder repositoryName(String repositoryName)

      The name of the repository that contains the commits.

      Parameters:
      repositoryName - The name of the repository that contains the commits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      BatchGetCommitsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.