Interface MoveKeyEntry.Builder

    • Method Detail

      • source

        MoveKeyEntry.Builder source​(String source)

        The key to move.

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

        MoveKeyEntry.Builder target​(String target)

        The key to move to.

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

        MoveKeyEntry.Builder overwriteIfExists​(Boolean overwriteIfExists)

        Specifies whether to overwrite the value if the destination key already exists. If you omit this, the default is false.

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