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 Summary
Modifier and TypeMethodDescriptionThe ID of the blob, which is its SHA-1 pointer.The full SHA ID of the commit that contains this file change.The full SHA-1 pointer of the tree information for the commit that contains this file change.Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-