public static interface DescribeMergeConflictsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<DescribeMergeConflictsResponse.Builder,DescribeMergeConflictsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMergeConflictsResponse.Builder |
baseCommitId(String baseCommitId)
The commit ID of the merge base.
|
DescribeMergeConflictsResponse.Builder |
conflictMetadata(ConflictMetadata conflictMetadata)
Contains metadata about the conflicts found in the merge.
|
default DescribeMergeConflictsResponse.Builder |
conflictMetadata(Consumer<ConflictMetadata.Builder> conflictMetadata)
Contains metadata about the conflicts found in the merge.
|
DescribeMergeConflictsResponse.Builder |
destinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
DescribeMergeConflictsResponse.Builder |
mergeHunks(Collection<MergeHunk> mergeHunks)
A list of merge hunks of the differences between the files or lines.
|
DescribeMergeConflictsResponse.Builder |
mergeHunks(Consumer<MergeHunk.Builder>... mergeHunks)
A list of merge hunks of the differences between the files or lines.
|
DescribeMergeConflictsResponse.Builder |
mergeHunks(MergeHunk... mergeHunks)
A list of merge hunks of the differences between the files or lines.
|
DescribeMergeConflictsResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
DescribeMergeConflictsResponse.Builder |
sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMergeConflictsResponse.Builder conflictMetadata(ConflictMetadata conflictMetadata)
Contains metadata about the conflicts found in the merge.
conflictMetadata - Contains metadata about the conflicts found in the merge.default DescribeMergeConflictsResponse.Builder conflictMetadata(Consumer<ConflictMetadata.Builder> conflictMetadata)
Contains metadata about the conflicts found in the merge.
This is a convenience method that creates an instance of theConflictMetadata.Builder avoiding the
need to create one manually via ConflictMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to conflictMetadata(ConflictMetadata).
conflictMetadata - a consumer that will call methods on ConflictMetadata.BuilderconflictMetadata(ConflictMetadata)DescribeMergeConflictsResponse.Builder mergeHunks(Collection<MergeHunk> mergeHunks)
A list of merge hunks of the differences between the files or lines.
mergeHunks - A list of merge hunks of the differences between the files or lines.DescribeMergeConflictsResponse.Builder mergeHunks(MergeHunk... mergeHunks)
A list of merge hunks of the differences between the files or lines.
mergeHunks - A list of merge hunks of the differences between the files or lines.DescribeMergeConflictsResponse.Builder mergeHunks(Consumer<MergeHunk.Builder>... mergeHunks)
A list of merge hunks of the differences between the files or lines.
This is a convenience method that creates an instance of theMergeHunk.Builder avoiding the need to create one
manually via MergeHunk.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #mergeHunks(List.
mergeHunks - a consumer that will call methods on
MergeHunk.Builder#mergeHunks(java.util.Collection) DescribeMergeConflictsResponse.Builder nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken - An enumeration token that can be used in a request to return the next batch of the results.DescribeMergeConflictsResponse.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.DescribeMergeConflictsResponse.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.DescribeMergeConflictsResponse.Builder baseCommitId(String baseCommitId)
The commit ID of the merge base.
baseCommitId - The commit ID of the merge base.Copyright © 2023. All rights reserved.