public static interface ConflictResolution.Builder extends SdkPojo, CopyableBuilder<ConflictResolution.Builder,ConflictResolution>
| Modifier and Type | Method and Description |
|---|---|
ConflictResolution.Builder |
deleteFiles(Collection<DeleteFileEntry> deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
ConflictResolution.Builder |
deleteFiles(Consumer<DeleteFileEntry.Builder>... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
ConflictResolution.Builder |
deleteFiles(DeleteFileEntry... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
|
ConflictResolution.Builder |
replaceContents(Collection<ReplaceContentEntry> replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
ConflictResolution.Builder |
replaceContents(Consumer<ReplaceContentEntry.Builder>... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
ConflictResolution.Builder |
replaceContents(ReplaceContentEntry... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
|
ConflictResolution.Builder |
setFileModes(Collection<SetFileModeEntry> setFileModes)
File modes that are set as part of the merge conflict resolution.
|
ConflictResolution.Builder |
setFileModes(Consumer<SetFileModeEntry.Builder>... setFileModes)
File modes that are set as part of the merge conflict resolution.
|
ConflictResolution.Builder |
setFileModes(SetFileModeEntry... setFileModes)
File modes that are set as part of the merge conflict resolution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConflictResolution.Builder replaceContents(Collection<ReplaceContentEntry> replaceContents)
Files to have content replaced as part of the merge conflict resolution.
replaceContents - Files to have content replaced as part of the merge conflict resolution.ConflictResolution.Builder replaceContents(ReplaceContentEntry... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
replaceContents - Files to have content replaced as part of the merge conflict resolution.ConflictResolution.Builder replaceContents(Consumer<ReplaceContentEntry.Builder>... replaceContents)
Files to have content replaced as part of the merge conflict resolution.
This is a convenience method that creates an instance of theReplaceContentEntry.Builder avoiding the need to
create one manually via
ReplaceContentEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #replaceContents(List.
replaceContents - a consumer that will call methods on
ReplaceContentEntry.Builder#replaceContents(java.util.Collection) ConflictResolution.Builder deleteFiles(Collection<DeleteFileEntry> deleteFiles)
Files to be deleted as part of the merge conflict resolution.
deleteFiles - Files to be deleted as part of the merge conflict resolution.ConflictResolution.Builder deleteFiles(DeleteFileEntry... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
deleteFiles - Files to be deleted as part of the merge conflict resolution.ConflictResolution.Builder deleteFiles(Consumer<DeleteFileEntry.Builder>... deleteFiles)
Files to be deleted as part of the merge conflict resolution.
This is a convenience method that creates an instance of theDeleteFileEntry.Builder avoiding the need to create
one manually via DeleteFileEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deleteFiles(List.
deleteFiles - a consumer that will call methods on
DeleteFileEntry.Builder#deleteFiles(java.util.Collection) ConflictResolution.Builder setFileModes(Collection<SetFileModeEntry> setFileModes)
File modes that are set as part of the merge conflict resolution.
setFileModes - File modes that are set as part of the merge conflict resolution.ConflictResolution.Builder setFileModes(SetFileModeEntry... setFileModes)
File modes that are set as part of the merge conflict resolution.
setFileModes - File modes that are set as part of the merge conflict resolution.ConflictResolution.Builder setFileModes(Consumer<SetFileModeEntry.Builder>... setFileModes)
File modes that are set as part of the merge conflict resolution.
This is a convenience method that creates an instance of theSetFileModeEntry.Builder avoiding the need to create
one manually via SetFileModeEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #setFileModes(List.
setFileModes - a consumer that will call methods on
SetFileModeEntry.Builder#setFileModes(java.util.Collection) Copyright © 2023. All rights reserved.