public static class AddDataFilesDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddDataFilesDetails.Builder |
autoExtendMaxSize(TablespaceStorageSize autoExtendMaxSize)
The maximum disk space allowed for automatic extension of the data files or temp files.
|
AddDataFilesDetails.Builder |
autoExtendNextSize(TablespaceStorageSize autoExtendNextSize)
The size of the next increment of disk space to be allocated automatically when more
extents are required.
|
AddDataFilesDetails |
build() |
AddDataFilesDetails.Builder |
copy(AddDataFilesDetails model) |
AddDataFilesDetails.Builder |
credentialDetails(TablespaceAdminCredentialDetails credentialDetails) |
AddDataFilesDetails.Builder |
databaseCredential(DatabaseCredentialDetails databaseCredential) |
AddDataFilesDetails.Builder |
dataFiles(List<String> dataFiles)
The list of data files or temp files added to the tablespace.
|
AddDataFilesDetails.Builder |
fileCount(Integer fileCount)
The number of data files or temp files to be added for the tablespace.
|
AddDataFilesDetails.Builder |
fileSize(TablespaceStorageSize fileSize)
The size of each data file or temp file.
|
AddDataFilesDetails.Builder |
fileType(AddDataFilesDetails.FileType fileType)
Specifies whether the file is a data file or temp file.
|
AddDataFilesDetails.Builder |
isAutoExtensible(Boolean isAutoExtensible)
Specifies whether the data file or temp file can be extended automatically.
|
AddDataFilesDetails.Builder |
isMaxSizeUnlimited(Boolean isMaxSizeUnlimited)
Specifies whether the disk space of the data file or temp file can be limited.
|
AddDataFilesDetails.Builder |
isReusable(Boolean isReusable)
Specifies whether Oracle can reuse the data file or temp file.
|
public AddDataFilesDetails.Builder credentialDetails(TablespaceAdminCredentialDetails credentialDetails)
public AddDataFilesDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential)
public AddDataFilesDetails.Builder fileType(AddDataFilesDetails.FileType fileType)
Specifies whether the file is a data file or temp file.
fileType
- the value to setpublic AddDataFilesDetails.Builder dataFiles(List<String> dataFiles)
The list of data files or temp files added to the tablespace.
dataFiles
- the value to setpublic AddDataFilesDetails.Builder fileCount(Integer fileCount)
The number of data files or temp files to be added for the tablespace. This is for Oracle Managed Files only.
fileCount
- the value to setpublic AddDataFilesDetails.Builder fileSize(TablespaceStorageSize fileSize)
The size of each data file or temp file.
fileSize
- the value to setpublic AddDataFilesDetails.Builder isReusable(Boolean isReusable)
Specifies whether Oracle can reuse the data file or temp file. Reuse is only allowed when the file name is provided.
isReusable
- the value to setpublic AddDataFilesDetails.Builder isAutoExtensible(Boolean isAutoExtensible)
Specifies whether the data file or temp file can be extended automatically.
isAutoExtensible
- the value to setpublic AddDataFilesDetails.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 AddDataFilesDetails.Builder autoExtendMaxSize(TablespaceStorageSize autoExtendMaxSize)
The maximum disk space allowed for automatic extension of the data files or temp files.
autoExtendMaxSize
- the value to setpublic AddDataFilesDetails.Builder isMaxSizeUnlimited(Boolean isMaxSizeUnlimited)
Specifies whether the disk space of the data file or temp file can be limited.
isMaxSizeUnlimited
- the value to setpublic AddDataFilesDetails build()
public AddDataFilesDetails.Builder copy(AddDataFilesDetails model)
Copyright © 2016–2024. All rights reserved.