public static class TablespaceAdminStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TablespaceAdminStatus |
build() |
TablespaceAdminStatus.Builder |
copy(TablespaceAdminStatus model) |
TablespaceAdminStatus.Builder |
errorCode(Integer errorCode)
The error code that denotes failure if the tablespace admin action is not successful.
|
TablespaceAdminStatus.Builder |
errorMessage(String errorMessage)
The error message that indicates the reason for failure if the tablespace admin action is
not successful.
|
TablespaceAdminStatus.Builder |
status(TablespaceAdminStatus.Status status)
The status of a tablespace admin action.
|
public TablespaceAdminStatus.Builder status(TablespaceAdminStatus.Status status)
The status of a tablespace admin action.
status
- the value to setpublic TablespaceAdminStatus.Builder errorCode(Integer errorCode)
The error code that denotes failure if the tablespace admin action is not successful. The error code is “null” if the admin action is successful.
errorCode
- the value to setpublic TablespaceAdminStatus.Builder errorMessage(String errorMessage)
The error message that indicates the reason for failure if the tablespace admin action is not successful. The error message is “null” if the admin action is successful.
errorMessage
- the value to setpublic TablespaceAdminStatus build()
public TablespaceAdminStatus.Builder copy(TablespaceAdminStatus model)
Copyright © 2016–2024. All rights reserved.