public static interface GetMergeConflictsRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetMergeConflictsRequest.Builder,GetMergeConflictsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMergeConflictsRequest.Builder |
conflictDetailLevel(ConflictDetailLevelTypeEnum conflictDetailLevel)
The level of conflict detail to use.
|
GetMergeConflictsRequest.Builder |
conflictDetailLevel(String conflictDetailLevel)
The level of conflict detail to use.
|
GetMergeConflictsRequest.Builder |
conflictResolutionStrategy(ConflictResolutionStrategyTypeEnum conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
GetMergeConflictsRequest.Builder |
conflictResolutionStrategy(String conflictResolutionStrategy)
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two
versions of a file.
|
GetMergeConflictsRequest.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).
|
GetMergeConflictsRequest.Builder |
maxConflictFiles(Integer maxConflictFiles)
The maximum number of files to include in the output.
|
GetMergeConflictsRequest.Builder |
mergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code.
|
GetMergeConflictsRequest.Builder |
mergeOption(String mergeOption)
The merge option or strategy you want to use to merge the code.
|
GetMergeConflictsRequest.Builder |
nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
GetMergeConflictsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMergeConflictsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMergeConflictsRequest.Builder |
repositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
GetMergeConflictsRequest.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, buildGetMergeConflictsRequest.Builder repositoryName(String repositoryName)
The name of the repository where the pull request was created.
repositoryName - The name of the repository where the pull request was created.GetMergeConflictsRequest.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).GetMergeConflictsRequest.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).GetMergeConflictsRequest.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,
MergeOptionTypeEnumGetMergeConflictsRequest.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,
MergeOptionTypeEnumGetMergeConflictsRequest.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,
ConflictDetailLevelTypeEnumGetMergeConflictsRequest.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,
ConflictDetailLevelTypeEnumGetMergeConflictsRequest.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.GetMergeConflictsRequest.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,
ConflictResolutionStrategyTypeEnumGetMergeConflictsRequest.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,
ConflictResolutionStrategyTypeEnumGetMergeConflictsRequest.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.GetMergeConflictsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMergeConflictsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.