Interface RenameKeyEntry.Builder

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

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

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