public static interface GetMergeConflictsRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<GetMergeConflictsRequest.Builder,GetMergeConflictsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMergeConflictsRequest.Builder |
destinationCommitSpecifier(String destinationCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
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 |
repositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
GetMergeConflictsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetMergeConflictsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetMergeConflictsRequest.Builder |
sourceCommitSpecifier(String sourceCommitSpecifier)
The branch, tag, HEAD, or other fully qualified reference used to identify a commit.
|
buildrequestOverrideConfigcopyapply, 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. The only valid value is FAST_FORWARD_MERGE.
mergeOption - The merge option or strategy you want to use to merge the code. The only valid value is
FAST_FORWARD_MERGE.MergeOptionTypeEnum,
MergeOptionTypeEnumGetMergeConflictsRequest.Builder mergeOption(MergeOptionTypeEnum mergeOption)
The merge option or strategy you want to use to merge the code. The only valid value is FAST_FORWARD_MERGE.
mergeOption - The merge option or strategy you want to use to merge the code. The only valid value is
FAST_FORWARD_MERGE.MergeOptionTypeEnum,
MergeOptionTypeEnumGetMergeConflictsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetMergeConflictsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.