Package com.oracle.bmc.datasafe.model
Class UserDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.UserDetails.Builder
-
- Enclosing class:
- UserDetails
public static class UserDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDetails.Builder
authenticationType(UserDetails.AuthenticationType authenticationType)
The authentication type of the user.UserDetails
build()
UserDetails.Builder
copy(UserDetails model)
UserDetails.Builder
isUserPredefinedByOracle(Boolean isUserPredefinedByOracle)
Indicates whether or not the user is predefined by ORACLE.UserDetails.Builder
name(String name)
The name of the user.UserDetails.Builder
profile(String profile)
The name of the profile assigned to the user.UserDetails.Builder
status(String status)
The status of the user account.UserDetails.Builder
tablespace(String tablespace)
The default tablespace of the user.
-
-
-
Method Detail
-
name
public UserDetails.Builder name(String name)
The name of the user.- Parameters:
name
- the value to set- Returns:
- this builder
-
status
public UserDetails.Builder status(String status)
The status of the user account.- Parameters:
status
- the value to set- Returns:
- this builder
-
profile
public UserDetails.Builder profile(String profile)
The name of the profile assigned to the user.- Parameters:
profile
- the value to set- Returns:
- this builder
-
tablespace
public UserDetails.Builder tablespace(String tablespace)
The default tablespace of the user.- Parameters:
tablespace
- the value to set- Returns:
- this builder
-
isUserPredefinedByOracle
public UserDetails.Builder isUserPredefinedByOracle(Boolean isUserPredefinedByOracle)
Indicates whether or not the user is predefined by ORACLE.- Parameters:
isUserPredefinedByOracle
- the value to set- Returns:
- this builder
-
authenticationType
public UserDetails.Builder authenticationType(UserDetails.AuthenticationType authenticationType)
The authentication type of the user.- Parameters:
authenticationType
- the value to set- Returns:
- this builder
-
build
public UserDetails build()
-
copy
public UserDetails.Builder copy(UserDetails model)
-
-