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 Details

    • 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

      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

      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.