public static interface ReplaceContentEntry.Builder extends SdkPojo, CopyableBuilder<ReplaceContentEntry.Builder,ReplaceContentEntry>
| Modifier and Type | Method and Description |
|---|---|
ReplaceContentEntry.Builder |
content(SdkBytes content)
The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.
|
ReplaceContentEntry.Builder |
fileMode(FileModeTypeEnum fileMode)
The file mode to apply during conflict resoltion.
|
ReplaceContentEntry.Builder |
fileMode(String fileMode)
The file mode to apply during conflict resoltion.
|
ReplaceContentEntry.Builder |
filePath(String filePath)
The path of the conflicting file.
|
ReplaceContentEntry.Builder |
replacementType(ReplacementTypeEnum replacementType)
The replacement type to use when determining how to resolve the conflict.
|
ReplaceContentEntry.Builder |
replacementType(String replacementType)
The replacement type to use when determining how to resolve the conflict.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplaceContentEntry.Builder filePath(String filePath)
The path of the conflicting file.
filePath - The path of the conflicting file.ReplaceContentEntry.Builder replacementType(String replacementType)
The replacement type to use when determining how to resolve the conflict.
replacementType - The replacement type to use when determining how to resolve the conflict.ReplacementTypeEnum,
ReplacementTypeEnumReplaceContentEntry.Builder replacementType(ReplacementTypeEnum replacementType)
The replacement type to use when determining how to resolve the conflict.
replacementType - The replacement type to use when determining how to resolve the conflict.ReplacementTypeEnum,
ReplacementTypeEnumReplaceContentEntry.Builder content(SdkBytes content)
The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.
content - The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.ReplaceContentEntry.Builder fileMode(String fileMode)
The file mode to apply during conflict resoltion.
fileMode - The file mode to apply during conflict resoltion.FileModeTypeEnum,
FileModeTypeEnumReplaceContentEntry.Builder fileMode(FileModeTypeEnum fileMode)
The file mode to apply during conflict resoltion.
fileMode - The file mode to apply during conflict resoltion.FileModeTypeEnum,
FileModeTypeEnumCopyright © 2022. All rights reserved.