Interface MoveKeyEntry.Builder

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

@Mutable @NotThreadSafe public static interface MoveKeyEntry.Builder extends SdkPojo, CopyableBuilder<MoveKeyEntry.Builder,MoveKeyEntry>
  • Method Details

    • 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.