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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetCommitsRequest.BuildercommitIds(String... commitIds)The full commit IDs of the commits to get information about.BatchGetCommitsRequest.BuildercommitIds(Collection<String> commitIds)The full commit IDs of the commits to get information about.BatchGetCommitsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetCommitsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetCommitsRequest.BuilderrepositoryName(String repositoryName)The name of the repository that contains the commits.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
commitIds
BatchGetCommitsRequest.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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetCommitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-