public static class ResizeDataFileDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResizeDataFileDetails.Builder |
autoExtendMaxSize(TablespaceStorageSize autoExtendMaxSize)
The maximum disk space allowed for automatic extension of the data files or temp files.
|
ResizeDataFileDetails.Builder |
autoExtendNextSize(TablespaceStorageSize autoExtendNextSize)
The size of the next increment of disk space to be allocated automatically when more
extents are required.
|
ResizeDataFileDetails |
build() |
ResizeDataFileDetails.Builder |
copy(ResizeDataFileDetails model) |
ResizeDataFileDetails.Builder |
credentialDetails(TablespaceAdminCredentialDetails credentialDetails) |
ResizeDataFileDetails.Builder |
databaseCredential(DatabaseCredentialDetails databaseCredential) |
ResizeDataFileDetails.Builder |
dataFile(String dataFile)
Name of the data file or temp file to be resized.
|
ResizeDataFileDetails.Builder |
fileSize(TablespaceStorageSize fileSize)
The new size of the data file or temp file.
|
ResizeDataFileDetails.Builder |
fileType(ResizeDataFileDetails.FileType fileType)
Specifies whether the file is a data file or temp file.
|
ResizeDataFileDetails.Builder |
isAutoExtensible(Boolean isAutoExtensible)
Specifies whether the data file or temp file can be extended automatically.
|
ResizeDataFileDetails.Builder |
isMaxSizeUnlimited(Boolean isMaxSizeUnlimited)
Specifies whether the disk space of the data file or temp file can be limited.
|
public ResizeDataFileDetails.Builder credentialDetails(TablespaceAdminCredentialDetails credentialDetails)
public ResizeDataFileDetails.Builder databaseCredential(DatabaseCredentialDetails databaseCredential)
public ResizeDataFileDetails.Builder fileType(ResizeDataFileDetails.FileType fileType)
Specifies whether the file is a data file or temp file.
fileType
- the value to setpublic ResizeDataFileDetails.Builder dataFile(String dataFile)
Name of the data file or temp file to be resized.
dataFile
- the value to setpublic ResizeDataFileDetails.Builder fileSize(TablespaceStorageSize fileSize)
The new size of the data file or temp file.
fileSize
- the value to setpublic ResizeDataFileDetails.Builder isAutoExtensible(Boolean isAutoExtensible)
Specifies whether the data file or temp file can be extended automatically.
isAutoExtensible
- the value to setpublic ResizeDataFileDetails.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 ResizeDataFileDetails.Builder autoExtendMaxSize(TablespaceStorageSize autoExtendMaxSize)
The maximum disk space allowed for automatic extension of the data files or temp files.
autoExtendMaxSize
- the value to setpublic ResizeDataFileDetails.Builder isMaxSizeUnlimited(Boolean isMaxSizeUnlimited)
Specifies whether the disk space of the data file or temp file can be limited.
isMaxSizeUnlimited
- the value to setpublic ResizeDataFileDetails build()
public ResizeDataFileDetails.Builder copy(ResizeDataFileDetails model)
Copyright © 2016–2024. All rights reserved.