public static interface MergeBranchesByThreeWayResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<MergeBranchesByThreeWayResponse.Builder,MergeBranchesByThreeWayResponse>
| Modifier and Type | Method and Description |
|---|---|
MergeBranchesByThreeWayResponse.Builder |
commitId(String commitId)
The commit ID of the merge in the destination or target branch.
|
MergeBranchesByThreeWayResponse.Builder |
treeId(String treeId)
The tree ID of the merge in the destination or target branch.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildMergeBranchesByThreeWayResponse.Builder commitId(String commitId)
The commit ID of the merge in the destination or target branch.
commitId - The commit ID of the merge in the destination or target branch.MergeBranchesByThreeWayResponse.Builder treeId(String treeId)
The tree ID of the merge in the destination or target branch.
treeId - The tree ID of the merge in the destination or target branch.Copyright © 2023. All rights reserved.