public static interface BatchDescribeMergeConflictsRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<BatchDescribeMergeConflictsRequest.Builder,BatchDescribeMergeConflictsRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeMergeConflictsRequest.Builder |
conflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use.
|
BatchDescribeMergeConflictsRequest.Builder |
conflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use.
|
BatchDescribeMergeConflictsRequest.Builder |
conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
BatchDescribeMergeConflictsRequest.Builder |
conflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
BatchDescribeMergeConflictsRequest.Builder |
destinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch
name or a full commit ID).
|
BatchDescribeMergeConflictsRequest.Builder |
filePaths(Collection<String> filePaths)
The path of the target files used to describe the conflicts.
|
BatchDescribeMergeConflictsRequest.Builder |
filePaths(String... filePaths)
The path of the target files used to describe the conflicts.
|
BatchDescribeMergeConflictsRequest.Builder |
maxConflictFiles(Integer maxConflictFiles)
The maximum number of files to include in the output.
|
BatchDescribeMergeConflictsRequest.Builder |
maxMergeHunks(Integer maxMergeHunks)
The maximum number of merge hunks to include in the output.
|
BatchDescribeMergeConflictsRequest.Builder |
mergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
BatchDescribeMergeConflictsRequest.Builder |
mergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
|
BatchDescribeMergeConflictsRequest.Builder |
nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
BatchDescribeMergeConflictsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDescribeMergeConflictsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDescribeMergeConflictsRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the merge conflicts you want to review.
|
BatchDescribeMergeConflictsRequest.Builder |
sourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch
name or a full commit ID).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDescribeMergeConflictsRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the merge conflicts you want to review.
repositoryName - The name of the repository that contains the merge conflicts you want to review.BatchDescribeMergeConflictsRequest.Builder destinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
destinationCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a
branch name or a full commit ID).BatchDescribeMergeConflictsRequest.Builder sourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
sourceCommitSpecifier - The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a
branch name or a full commit ID).BatchDescribeMergeConflictsRequest.Builder mergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
mergeOption - The merge option or strategy you want to use to merge the code.MergeOptionTypeEnum,
MergeOptionTypeEnumBatchDescribeMergeConflictsRequest.Builder mergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
mergeOption - The merge option or strategy you want to use to merge the code.MergeOptionTypeEnum,
MergeOptionTypeEnumBatchDescribeMergeConflictsRequest.Builder maxMergeHunks(Integer maxMergeHunks)
The maximum number of merge hunks to include in the output.
maxMergeHunks - The maximum number of merge hunks to include in the output.BatchDescribeMergeConflictsRequest.Builder maxConflictFiles(Integer maxConflictFiles)
The maximum number of files to include in the output.
maxConflictFiles - The maximum number of files to include in the output.BatchDescribeMergeConflictsRequest.Builder filePaths(Collection<String> filePaths)
The path of the target files used to describe the conflicts. If not specified, the default is all conflict files.
filePaths - The path of the target files used to describe the conflicts. If not specified, the default is all
conflict files.BatchDescribeMergeConflictsRequest.Builder filePaths(String... filePaths)
The path of the target files used to describe the conflicts. If not specified, the default is all conflict files.
filePaths - The path of the target files used to describe the conflicts. If not specified, the default is all
conflict files.BatchDescribeMergeConflictsRequest.Builder conflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a
not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a
conflict is considered not mergeable if the same file in both branches has differences on the same
line.ConflictDetailLevelTypeEnum,
ConflictDetailLevelTypeEnumBatchDescribeMergeConflictsRequest.Builder conflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
conflictDetailLevel - The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a
not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a
conflict is considered not mergeable if the same file in both branches has differences on the same
line.ConflictDetailLevelTypeEnum,
ConflictDetailLevelTypeEnumBatchDescribeMergeConflictsRequest.Builder conflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging
two versions of a file. The default is NONE, which requires any conflicts to be resolved manually
before the merge operation is successful.ConflictResolutionStrategyTypeEnum,
ConflictResolutionStrategyTypeEnumBatchDescribeMergeConflictsRequest.Builder conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
conflictResolutionStrategy - Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging
two versions of a file. The default is NONE, which requires any conflicts to be resolved manually
before the merge operation is successful.ConflictResolutionStrategyTypeEnum,
ConflictResolutionStrategyTypeEnumBatchDescribeMergeConflictsRequest.Builder nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.BatchDescribeMergeConflictsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDescribeMergeConflictsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.