public static interface CreateUnreferencedMergeCommitResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<CreateUnreferencedMergeCommitResponse.Builder,CreateUnreferencedMergeCommitResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateUnreferencedMergeCommitResponse.Builder |
commitId(String commitId)
The full commit ID of the commit that contains your merge results.
|
CreateUnreferencedMergeCommitResponse.Builder |
treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the merge results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUnreferencedMergeCommitResponse.Builder commitId(String commitId)
The full commit ID of the commit that contains your merge results.
commitId - The full commit ID of the commit that contains your merge results.CreateUnreferencedMergeCommitResponse.Builder treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the merge results.
treeId - The full SHA-1 pointer of the tree information for the commit that contains the merge results.Copyright © 2021. All rights reserved.