public static interface DeleteFileResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<DeleteFileResponse.Builder,DeleteFileResponse>
Modifier and Type | Method and Description |
---|---|
DeleteFileResponse.Builder |
blobId(String blobId)
The blob ID removed from the tree as part of deleting the file.
|
DeleteFileResponse.Builder |
commitId(String commitId)
The full commit ID of the commit that contains the change that deletes the file.
|
DeleteFileResponse.Builder |
filePath(String filePath)
The fully-qualified path to the file that will be deleted, including the full name and extension of that
file.
|
DeleteFileResponse.Builder |
treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteFileResponse.Builder commitId(String commitId)
The full commit ID of the commit that contains the change that deletes the file.
commitId
- The full commit ID of the commit that contains the change that deletes the file.DeleteFileResponse.Builder blobId(String blobId)
The blob ID removed from the tree as part of deleting the file.
blobId
- The blob ID removed from the tree as part of deleting the file.DeleteFileResponse.Builder treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
treeId
- The full SHA-1 pointer of the tree information for the commit that contains the delete file change.DeleteFileResponse.Builder filePath(String filePath)
The fully-qualified path to the file that will be deleted, including the full name and extension of that file.
filePath
- The fully-qualified path to the file that will be deleted, including the full name and extension of
that file.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.