Interface RestoreFromBackupConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RestoreFromBackupConfiguration.Builder,,RestoreFromBackupConfiguration> SdkBuilder<RestoreFromBackupConfiguration.Builder,,RestoreFromBackupConfiguration> SdkPojo
- Enclosing class:
RestoreFromBackupConfiguration
@Mutable
@NotThreadSafe
public static interface RestoreFromBackupConfiguration.Builder
extends SdkPojo, CopyableBuilder<RestoreFromBackupConfiguration.Builder,RestoreFromBackupConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionautonomousDatabaseBackupId(String autonomousDatabaseBackupId) The unique identifier of the Autonomous Database backup to restore from.cloneTableSpaceList(Integer... cloneTableSpaceList) The list of tablespace identifiers to clone from the backup.cloneTableSpaceList(Collection<Integer> cloneTableSpaceList) The list of tablespace identifiers to clone from the backup.The type of clone to create from the backup.The type of clone to create from the backup.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
-
autonomousDatabaseBackupId
RestoreFromBackupConfiguration.Builder autonomousDatabaseBackupId(String autonomousDatabaseBackupId) The unique identifier of the Autonomous Database backup to restore from.
- Parameters:
autonomousDatabaseBackupId- The unique identifier of the Autonomous Database backup to restore from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloneType
The type of clone to create from the backup.
- Parameters:
cloneType- The type of clone to create from the backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cloneType
The type of clone to create from the backup.
- Parameters:
cloneType- The type of clone to create from the backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cloneTableSpaceList
The list of tablespace identifiers to clone from the backup.
- Parameters:
cloneTableSpaceList- The list of tablespace identifiers to clone from the backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloneTableSpaceList
The list of tablespace identifiers to clone from the backup.
- Parameters:
cloneTableSpaceList- The list of tablespace identifiers to clone from the backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-