Interface TransportableTablespace.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransportableTablespace.Builder,,TransportableTablespace> SdkBuilder<TransportableTablespace.Builder,,TransportableTablespace> SdkPojo
- Enclosing class:
TransportableTablespace
@Mutable
@NotThreadSafe
public static interface TransportableTablespace.Builder
extends SdkPojo, CopyableBuilder<TransportableTablespace.Builder,TransportableTablespace>
-
Method Summary
Modifier and TypeMethodDescriptionttsBundleUrl(String ttsBundleUrl) The URL of the transportable tablespace bundle to use when creating the Autonomous Database.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
-
ttsBundleUrl
The URL of the transportable tablespace bundle to use when creating the Autonomous Database.
- Parameters:
ttsBundleUrl- The URL of the transportable tablespace bundle to use when creating the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-