Class AuthServiceUser.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydataplane.model.AuthServiceUser.Builder
-
- Enclosing class:
- AuthServiceUser
public static class AuthServiceUser.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthServiceUser
build()
AuthServiceUser.Builder
compartmentId(String compartmentId)
The id of the compartment.AuthServiceUser.Builder
copy(AuthServiceUser model)
AuthServiceUser.Builder
displayName(String displayName)
The display name of the user.AuthServiceUser.Builder
id(String id)
The user’s Oracle ID (OCID).AuthServiceUser.Builder
name(String name)
The name of the user.AuthServiceUser.Builder
tenantId(String tenantId)
The id of the tenant.
-
-
-
Method Detail
-
compartmentId
public AuthServiceUser.Builder compartmentId(String compartmentId)
The id of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
tenantId
public AuthServiceUser.Builder tenantId(String tenantId)
The id of the tenant.- Parameters:
tenantId
- the value to set- Returns:
- this builder
-
id
public AuthServiceUser.Builder id(String id)
The user’s Oracle ID (OCID).- Parameters:
id
- the value to set- Returns:
- this builder
-
name
public AuthServiceUser.Builder name(String name)
The name of the user.- Parameters:
name
- the value to set- Returns:
- this builder
-
displayName
public AuthServiceUser.Builder displayName(String displayName)
The display name of the user.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public AuthServiceUser build()
-
copy
public AuthServiceUser.Builder copy(AuthServiceUser model)
-
-