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 Summary
Modifier and TypeMethodDescriptionoverwriteIfExists(Boolean overwriteIfExists) Specifies whether to overwrite the value if the destination key already exists.The key to move.The key to move to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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 isfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-