Interface RenameKeyEntry.Builder

    • Method Detail

      • key

        RenameKeyEntry.Builder key​(String key)

        The key to rename

        Parameters:
        key - The key to rename
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • renameTo

        RenameKeyEntry.Builder renameTo​(String renameTo)

        The string to use for the new key name

        Parameters:
        renameTo - The string to use for the new key name
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overwriteIfExists

        RenameKeyEntry.Builder overwriteIfExists​(Boolean overwriteIfExists)

        Specifies whether to overwrite the existing value if the destination key already exists. The default is false

        Parameters:
        overwriteIfExists - Specifies whether to overwrite the existing value if the destination key already exists. The default is false
        Returns:
        Returns a reference to this object so that method calls can be chained together.