Interface ReplaceContentEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReplaceContentEntry.Builder,ReplaceContentEntry>, SdkBuilder<ReplaceContentEntry.Builder,ReplaceContentEntry>, SdkPojo
Enclosing class:
ReplaceContentEntry

public static interface ReplaceContentEntry.Builder extends SdkPojo, CopyableBuilder<ReplaceContentEntry.Builder,ReplaceContentEntry>
  • Method Details

    • filePath

      ReplaceContentEntry.Builder filePath(String filePath)

      The path of the conflicting file.

      Parameters:
      filePath - The path of the conflicting file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replacementType

      ReplaceContentEntry.Builder replacementType(String replacementType)

      The replacement type to use when determining how to resolve the conflict.

      Parameters:
      replacementType - The replacement type to use when determining how to resolve the conflict.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • replacementType

      ReplaceContentEntry.Builder replacementType(ReplacementTypeEnum replacementType)

      The replacement type to use when determining how to resolve the conflict.

      Parameters:
      replacementType - The replacement type to use when determining how to resolve the conflict.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • content

      The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.

      Parameters:
      content - The base-64 encoded content to use when the replacement type is USE_NEW_CONTENT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileMode

      ReplaceContentEntry.Builder fileMode(String fileMode)

      The file mode to apply during conflict resoltion.

      Parameters:
      fileMode - The file mode to apply during conflict resoltion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileMode

      The file mode to apply during conflict resoltion.

      Parameters:
      fileMode - The file mode to apply during conflict resoltion.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: