public static class SystemPrivilegeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SystemPrivilegeSummary.Builder |
adminOption(SystemPrivilegeSummary.AdminOption adminOption)
Indicates whether the system privilege is granted with the ADMIN option (YES) or not
(NO).
|
SystemPrivilegeSummary |
build() |
SystemPrivilegeSummary.Builder |
common(SystemPrivilegeSummary.Common common)
Indicates how the system privilege was granted.
|
SystemPrivilegeSummary.Builder |
copy(SystemPrivilegeSummary model) |
SystemPrivilegeSummary.Builder |
inherited(SystemPrivilegeSummary.Inherited inherited)
Indicates whether the granted system privilege is inherited from another container (YES)
or not (NO).
|
SystemPrivilegeSummary.Builder |
name(String name)
The name of a system privilege.
|
public SystemPrivilegeSummary.Builder name(String name)
The name of a system privilege.
name
- the value to setpublic SystemPrivilegeSummary.Builder adminOption(SystemPrivilegeSummary.AdminOption adminOption)
Indicates whether the system privilege is granted with the ADMIN option (YES) or not (NO).
adminOption
- the value to setpublic SystemPrivilegeSummary.Builder common(SystemPrivilegeSummary.Common common)
Indicates how the system privilege was granted. Possible values: YES if the system privilege is granted commonly (CONTAINER=ALL is used) NO if the system privilege is granted locally (CONTAINER=ALL is not used)
common
- the value to setpublic SystemPrivilegeSummary.Builder inherited(SystemPrivilegeSummary.Inherited inherited)
Indicates whether the granted system privilege is inherited from another container (YES) or not (NO).
inherited
- the value to setpublic SystemPrivilegeSummary build()
public SystemPrivilegeSummary.Builder copy(SystemPrivilegeSummary model)
Copyright © 2016–2024. All rights reserved.