public static interface PutFileResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<PutFileResponse.Builder,PutFileResponse>
| Modifier and Type | Method and Description |
|---|---|
PutFileResponse.Builder |
blobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
|
PutFileResponse.Builder |
commitId(String commitId)
The full SHA of the commit that contains this file change.
|
PutFileResponse.Builder |
treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains this file change.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildPutFileResponse.Builder commitId(String commitId)
The full SHA of the commit that contains this file change.
commitId - The full SHA of the commit that contains this file change.PutFileResponse.Builder blobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
blobId - The ID of the blob, which is its SHA-1 pointer.PutFileResponse.Builder treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains this file change.
treeId - The full SHA-1 pointer of the tree information for the commit that contains this file change.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.