Interface ReplaceContentEntry.Builder

    • Method Detail

      • 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:
        ReplacementTypeEnum, ReplacementTypeEnum
      • 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:
        ReplacementTypeEnum, ReplacementTypeEnum
      • content

        ReplaceContentEntry.Builder content​(SdkBytes 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:
        FileModeTypeEnum, FileModeTypeEnum