public static class UpdateTablespaceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateTablespaceDetails.Builder credentialDetails(TablespaceAdminCredentialDetails credentialDetails)
public UpdateTablespaceDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential)
public UpdateTablespaceDetails.Builder name(String name)
The name of the tablespace. It must be unique within a database.
name
- the value to setpublic UpdateTablespaceDetails.Builder type(UpdateTablespaceDetails.Type type)
The type of tablespace.
type
- the value to setpublic UpdateTablespaceDetails.Builder fileSize(TablespaceStorageSize fileSize)
The size of each data file or temp file.
fileSize
- the value to setpublic UpdateTablespaceDetails.Builder status(UpdateTablespaceDetails.Status status)
The status of the tablespace.
status
- the value to setpublic UpdateTablespaceDetails.Builder isAutoExtensible(Boolean isAutoExtensible)
Specifies whether the data file or temp file can be extended automatically.
isAutoExtensible
- the value to setpublic UpdateTablespaceDetails.Builder autoExtendNextSize(TablespaceStorageSize autoExtendNextSize)
The size of the next increment of disk space to be allocated automatically when more extents are required.
autoExtendNextSize
- the value to setpublic UpdateTablespaceDetails.Builder autoExtendMaxSize(TablespaceStorageSize autoExtendMaxSize)
The maximum disk space allowed for automatic extension of the data files or temp files.
autoExtendMaxSize
- the value to setpublic UpdateTablespaceDetails.Builder isMaxSizeUnlimited(Boolean isMaxSizeUnlimited)
Specifies whether the disk space of the data file or temp file can be limited.
isMaxSizeUnlimited
- the value to setpublic UpdateTablespaceDetails.Builder isDefault(Boolean isDefault)
Specifies whether the tablespace is the default tablespace.
isDefault
- the value to setpublic UpdateTablespaceDetails build()
public UpdateTablespaceDetails.Builder copy(UpdateTablespaceDetails model)
Copyright © 2016–2024. All rights reserved.