public static interface BatchDescribeMergeConflictsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<BatchDescribeMergeConflictsResponse.Builder,BatchDescribeMergeConflictsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeMergeConflictsResponse.Builder |
baseCommitId(String baseCommitId)
The commit ID of the merge base.
|
BatchDescribeMergeConflictsResponse.Builder |
conflicts(Collection<Conflict> conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between
the files.
|
BatchDescribeMergeConflictsResponse.Builder |
conflicts(Conflict... conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between
the files.
|
BatchDescribeMergeConflictsResponse.Builder |
conflicts(Consumer<Conflict.Builder>... conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between
the files.
|
BatchDescribeMergeConflictsResponse.Builder |
destinationCommitId(String destinationCommitId)
The commit ID of the destination commit specifier that was used in the merge evaluation.
|
BatchDescribeMergeConflictsResponse.Builder |
errors(BatchDescribeMergeConflictsError... errors)
A list of any errors returned while describing the merge conflicts for each file.
|
BatchDescribeMergeConflictsResponse.Builder |
errors(Collection<BatchDescribeMergeConflictsError> errors)
A list of any errors returned while describing the merge conflicts for each file.
|
BatchDescribeMergeConflictsResponse.Builder |
errors(Consumer<BatchDescribeMergeConflictsError.Builder>... errors)
A list of any errors returned while describing the merge conflicts for each file.
|
BatchDescribeMergeConflictsResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
BatchDescribeMergeConflictsResponse.Builder |
sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDescribeMergeConflictsResponse.Builder conflicts(Collection<Conflict> conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
conflicts - A list of conflicts for each file, including the conflict metadata and the hunks of the differences
between the files.BatchDescribeMergeConflictsResponse.Builder conflicts(Conflict... conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
conflicts - A list of conflicts for each file, including the conflict metadata and the hunks of the differences
between the files.BatchDescribeMergeConflictsResponse.Builder conflicts(Consumer<Conflict.Builder>... conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.
This is a convenience method that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #conflicts(List) .conflicts - a consumer that will call methods on List.Builder #conflicts(List) BatchDescribeMergeConflictsResponse.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.BatchDescribeMergeConflictsResponse.Builder errors(Collection<BatchDescribeMergeConflictsError> errors)
A list of any errors returned while describing the merge conflicts for each file.
errors - A list of any errors returned while describing the merge conflicts for each file.BatchDescribeMergeConflictsResponse.Builder errors(BatchDescribeMergeConflictsError... errors)
A list of any errors returned while describing the merge conflicts for each file.
errors - A list of any errors returned while describing the merge conflicts for each file.BatchDescribeMergeConflictsResponse.Builder errors(Consumer<BatchDescribeMergeConflictsError.Builder>... errors)
A list of any errors returned while describing the merge conflicts for each file.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) BatchDescribeMergeConflictsResponse.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.BatchDescribeMergeConflictsResponse.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.BatchDescribeMergeConflictsResponse.Builder baseCommitId(String baseCommitId)
The commit ID of the merge base.
baseCommitId - The commit ID of the merge base.Copyright © 2022. All rights reserved.