Interface DeleteFileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<DeleteFileResponse.Builder,DeleteFileResponse>,SdkBuilder<DeleteFileResponse.Builder,DeleteFileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteFileResponse
public static interface DeleteFileResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<DeleteFileResponse.Builder,DeleteFileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFileResponse.BuilderblobId(String blobId)The blob ID removed from the tree as part of deleting the file.DeleteFileResponse.BuildercommitId(String commitId)The full commit ID of the commit that contains the change that deletes the file.DeleteFileResponse.BuilderfilePath(String filePath)The fully qualified path to the file to be deleted, including the full name and extension of that file.DeleteFileResponse.BuildertreeId(String treeId)The full SHA-1 pointer of the tree information for the commit that contains the delete file change.-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
commitId
DeleteFileResponse.Builder commitId(String commitId)
The full commit ID of the commit that contains the change that deletes the file.
- Parameters:
commitId- The full commit ID of the commit that contains the change that deletes the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blobId
DeleteFileResponse.Builder blobId(String blobId)
The blob ID removed from the tree as part of deleting the file.
- Parameters:
blobId- The blob ID removed from the tree as part of deleting the file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
treeId
DeleteFileResponse.Builder treeId(String treeId)
The full SHA-1 pointer of the tree information for the commit that contains the delete file change.
- Parameters:
treeId- The full SHA-1 pointer of the tree information for the commit that contains the delete file change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filePath
DeleteFileResponse.Builder filePath(String filePath)
The fully qualified path to the file to be deleted, including the full name and extension of that file.
- Parameters:
filePath- The fully qualified path to the file to be deleted, including the full name and extension of that file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-