public static interface GetMergeConflictsResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<GetMergeConflictsResponse.Builder,GetMergeConflictsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMergeConflictsResponse.Builder |
baseCommitId(String baseCommitId)
The commit ID of the merge base.
|
GetMergeConflictsResponse.Builder |
conflictMetadataList(Collection<ConflictMetadata> conflictMetadataList)
A list of metadata for any conflicting files.
|
GetMergeConflictsResponse.Builder |
conflictMetadataList(ConflictMetadata... conflictMetadataList)
A list of metadata for any conflicting files.
|
GetMergeConflictsResponse.Builder |
conflictMetadataList(Consumer<ConflictMetadata.Builder>... conflictMetadataList)
A list of metadata for any conflicting files.
|
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 mergeable by the specified merge option.
|
GetMergeConflictsResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
GetMergeConflictsResponse.Builder |
sourceCommitId(String sourceCommitId)
The commit ID of the source commit specifier that was used in the merge evaluation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMergeConflictsResponse.Builder mergeable(Boolean mergeable)
A Boolean value that indicates whether the code is mergeable by the specified merge option.
mergeable - A Boolean value that indicates whether the code is mergeable 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.GetMergeConflictsResponse.Builder baseCommitId(String baseCommitId)
The commit ID of the merge base.
baseCommitId - The commit ID of the merge base.GetMergeConflictsResponse.Builder conflictMetadataList(Collection<ConflictMetadata> conflictMetadataList)
A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE, this list is always empty.
conflictMetadataList - A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE,
this list is always empty.GetMergeConflictsResponse.Builder conflictMetadataList(ConflictMetadata... conflictMetadataList)
A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE, this list is always empty.
conflictMetadataList - A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE,
this list is always empty.GetMergeConflictsResponse.Builder conflictMetadataList(Consumer<ConflictMetadata.Builder>... conflictMetadataList)
A list of metadata for any conflicting files. If the specified merge strategy is FAST_FORWARD_MERGE, this list is always empty.
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 #conflictMetadataList(List.
conflictMetadataList - a consumer that will call methods on
ConflictMetadata.Builder#conflictMetadataList(java.util.Collection) GetMergeConflictsResponse.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.Copyright © 2023. All rights reserved.