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