public static interface BatchGetCommitsRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<BatchGetCommitsRequest.Builder,BatchGetCommitsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetCommitsRequest.Builder |
commitIds(Collection<String> commitIds)
The full commit IDs of the commits to get information about.
|
BatchGetCommitsRequest.Builder |
commitIds(String... commitIds)
The full commit IDs of the commits to get information about.
|
BatchGetCommitsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetCommitsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetCommitsRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the commits.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCommitsRequest.Builder commitIds(Collection<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.
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.
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.
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.
BatchGetCommitsRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the commits.
repositoryName - The name of the repository that contains the commits.BatchGetCommitsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetCommitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.