public static interface GetMergeConflictsRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetMergeConflictsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
GetMergeConflictsRequest.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
,
MergeOptionTypeEnum
GetMergeConflictsRequest.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
,
MergeOptionTypeEnum
GetMergeConflictsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetMergeConflictsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.