public static interface DescribeMergeConflictsRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<DescribeMergeConflictsRequest.Builder,DescribeMergeConflictsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeMergeConflictsRequest.Builder |
conflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use.
|
DescribeMergeConflictsRequest.Builder |
conflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use.
|
DescribeMergeConflictsRequest.Builder |
conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
DescribeMergeConflictsRequest.Builder |
conflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
DescribeMergeConflictsRequest.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).
|
DescribeMergeConflictsRequest.Builder |
filePath(String filePath)
The path of the target files used to describe the conflicts.
|
DescribeMergeConflictsRequest.Builder |
maxMergeHunks(Integer maxMergeHunks)
The maximum number of merge hunks to include in the output.
|
DescribeMergeConflictsRequest.Builder |
mergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
DescribeMergeConflictsRequest.Builder |
mergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
|
DescribeMergeConflictsRequest.Builder |
nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
DescribeMergeConflictsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeMergeConflictsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeMergeConflictsRequest.Builder |
repositoryName(String repositoryName)
The name of the repository where you want to get information about a merge conflict.
|
DescribeMergeConflictsRequest.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, buildDescribeMergeConflictsRequest.Builder repositoryName(String repositoryName)
The name of the repository where you want to get information about a merge conflict.
repositoryName - The name of the repository where you want to get information about a merge conflict.DescribeMergeConflictsRequest.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).DescribeMergeConflictsRequest.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).DescribeMergeConflictsRequest.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,
MergeOptionTypeEnumDescribeMergeConflictsRequest.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,
MergeOptionTypeEnumDescribeMergeConflictsRequest.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.DescribeMergeConflictsRequest.Builder filePath(String filePath)
The path of the target files used to describe the conflicts.
filePath - The path of the target files used to describe the conflicts.DescribeMergeConflictsRequest.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,
ConflictDetailLevelTypeEnumDescribeMergeConflictsRequest.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,
ConflictDetailLevelTypeEnumDescribeMergeConflictsRequest.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,
ConflictResolutionStrategyTypeEnumDescribeMergeConflictsRequest.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,
ConflictResolutionStrategyTypeEnumDescribeMergeConflictsRequest.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.DescribeMergeConflictsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeMergeConflictsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.