Interface DatabaseCloneConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DatabaseCloneConfiguration.Builder,,DatabaseCloneConfiguration> SdkBuilder<DatabaseCloneConfiguration.Builder,,DatabaseCloneConfiguration> SdkPojo
- Enclosing class:
DatabaseCloneConfiguration
@Mutable
@NotThreadSafe
public static interface DatabaseCloneConfiguration.Builder
extends SdkPojo, CopyableBuilder<DatabaseCloneConfiguration.Builder,DatabaseCloneConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of clone to create, either a full clone, a metadata clone, or a partial clone.The type of clone to create, either a full clone, a metadata clone, or a partial clone.sourceAutonomousDatabaseId(String sourceAutonomousDatabaseId) The unique identifier of the source Autonomous Database to clone.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
-
sourceAutonomousDatabaseId
The unique identifier of the source Autonomous Database to clone.
- Parameters:
sourceAutonomousDatabaseId- The unique identifier of the source Autonomous Database to clone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloneType
The type of clone to create, either a full clone, a metadata clone, or a partial clone.
- Parameters:
cloneType- The type of clone to create, either a full clone, a metadata clone, or a partial clone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cloneType
The type of clone to create, either a full clone, a metadata clone, or a partial clone.
- Parameters:
cloneType- The type of clone to create, either a full clone, a metadata clone, or a partial clone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-