public static interface GetMergeConflictsResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<GetMergeConflictsResponse.Builder,GetMergeConflictsResponse>
Modifier and Type | Method and Description |
---|---|
GetMergeConflictsResponse.Builder |
destinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
GetMergeConflictsResponse.Builder |
mergeable(Boolean mergeable)
A Boolean value that indicates whether the code is mergable by the specified merge option.
|
GetMergeConflictsResponse.Builder |
sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetMergeConflictsResponse.Builder mergeable(Boolean mergeable)
A Boolean value that indicates whether the code is mergable by the specified merge option.
mergeable
- A Boolean value that indicates whether the code is mergable by the specified merge option.GetMergeConflictsResponse.Builder destinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
destinationCommitId
- The commit ID of the destination commit specifier that was used in the merge evaluation.GetMergeConflictsResponse.Builder sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
sourceCommitId
- The commit ID of the source commit specifier that was used in the merge evaluation.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.