public static interface MergeBranchesByFastForwardRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<MergeBranchesByFastForwardRequest.Builder,MergeBranchesByFastForwardRequest>
| Modifier and Type | Method and Description |
|---|---|
MergeBranchesByFastForwardRequest.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).
|
MergeBranchesByFastForwardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MergeBranchesByFastForwardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
MergeBranchesByFastForwardRequest.Builder |
repositoryName(String repositoryName)
The name of the repository where you want to merge two branches.
|
MergeBranchesByFastForwardRequest.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).
|
MergeBranchesByFastForwardRequest.Builder |
targetBranch(String targetBranch)
The branch where the merge is applied.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildMergeBranchesByFastForwardRequest.Builder repositoryName(String repositoryName)
The name of the repository where you want to merge two branches.
repositoryName - The name of the repository where you want to merge two branches.MergeBranchesByFastForwardRequest.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).MergeBranchesByFastForwardRequest.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).MergeBranchesByFastForwardRequest.Builder targetBranch(String targetBranch)
The branch where the merge is applied.
targetBranch - The branch where the merge is applied.MergeBranchesByFastForwardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderMergeBranchesByFastForwardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.