public static class UserSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserSummary |
build() |
UserSummary.Builder |
copy(UserSummary model) |
UserSummary.Builder |
defaultTablespace(String defaultTablespace)
The default tablespace for data.
|
UserSummary.Builder |
name(String name)
The name of the User.
|
UserSummary.Builder |
profile(String profile)
The profile name of the user.
|
UserSummary.Builder |
status(UserSummary.Status status)
The status of the user account.
|
UserSummary.Builder |
tempTablespace(String tempTablespace)
The name of the default tablespace for temporary tables or the name of a tablespace
group.
|
UserSummary.Builder |
timeCreated(Date timeCreated)
The date and time the user was created.
|
UserSummary.Builder |
timeExpiring(Date timeExpiring)
The date and time of the expiration of the user account.
|
UserSummary.Builder |
timeLocked(Date timeLocked)
The date the account was locked, if the status of the account is LOCKED.
|
public UserSummary.Builder name(String name)
The name of the User.
name
- the value to setpublic UserSummary.Builder status(UserSummary.Status status)
The status of the user account.
status
- the value to setpublic UserSummary.Builder timeExpiring(Date timeExpiring)
The date and time of the expiration of the user account.
timeExpiring
- the value to setpublic UserSummary.Builder defaultTablespace(String defaultTablespace)
The default tablespace for data.
defaultTablespace
- the value to setpublic UserSummary.Builder tempTablespace(String tempTablespace)
The name of the default tablespace for temporary tables or the name of a tablespace group.
tempTablespace
- the value to setpublic UserSummary.Builder timeCreated(Date timeCreated)
The date and time the user was created.
timeCreated
- the value to setpublic UserSummary.Builder timeLocked(Date timeLocked)
The date the account was locked, if the status of the account is LOCKED.
timeLocked
- the value to setpublic UserSummary.Builder profile(String profile)
The profile name of the user.
profile
- the value to setpublic UserSummary build()
public UserSummary.Builder copy(UserSummary model)
Copyright © 2016–2024. All rights reserved.