Interface PutFileResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeCommitResponse.Builder, CopyableBuilder<PutFileResponse.Builder,PutFileResponse>, SdkBuilder<PutFileResponse.Builder,PutFileResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
PutFileResponse

public static interface PutFileResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<PutFileResponse.Builder,PutFileResponse>
  • Method Details

    • commitId

      PutFileResponse.Builder commitId(String commitId)

      The full SHA ID of the commit that contains this file change.

      Parameters:
      commitId - The full SHA ID of the commit that contains this file change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blobId

      The ID of the blob, which is its SHA-1 pointer.

      Parameters:
      blobId - The ID of the blob, which is its SHA-1 pointer.
      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 this file change.

      Parameters:
      treeId - The full SHA-1 pointer of the tree information for the commit that contains this file change.
      Returns:
      Returns a reference to this object so that method calls can be chained together.