Interface CreateUnreferencedMergeCommitResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CodeCommitResponse.Builder,- CopyableBuilder<CreateUnreferencedMergeCommitResponse.Builder,,- CreateUnreferencedMergeCommitResponse> - SdkBuilder<CreateUnreferencedMergeCommitResponse.Builder,,- CreateUnreferencedMergeCommitResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateUnreferencedMergeCommitResponse
@Mutable
@NotThreadSafe
public static interface CreateUnreferencedMergeCommitResponse.Builder
extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<CreateUnreferencedMergeCommitResponse.Builder,CreateUnreferencedMergeCommitResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe full commit ID of the commit that contains your merge results.The full SHA-1 pointer of the tree information for the commit that contains the merge results.Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
commitIdThe full commit ID of the commit that contains your merge results. - Parameters:
- commitId- The full commit ID of the commit that contains your merge results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
treeIdThe full SHA-1 pointer of the tree information for the commit that contains the merge results. - Parameters:
- treeId- The full SHA-1 pointer of the tree information for the commit that contains the merge results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-