Class UserExtDbCredentials.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.UserExtDbCredentials.Builder
-
- Enclosing class:
- UserExtDbCredentials
public static class UserExtDbCredentials.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserExtDbCredentials
build()
UserExtDbCredentials.Builder
copy(UserExtDbCredentials model)
UserExtDbCredentials.Builder
ocid(String ocid)
The user’s database credential OCID.UserExtDbCredentials.Builder
ref(String ref)
The URI of the corresponding UserDbCredential resource to which the user belongs.UserExtDbCredentials.Builder
value(String value)
The user’s database credential identifier.
-
-
-
Method Detail
-
value
public UserExtDbCredentials.Builder value(String value)
The user’s database credential identifier.*Added In:** 2102181953
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public UserExtDbCredentials.Builder ref(String ref)
The URI of the corresponding UserDbCredential resource to which the user belongs.*Added In:** 2102181953
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
- Parameters:
ref
- the value to set- Returns:
- this builder
-
ocid
public UserExtDbCredentials.Builder ocid(String ocid)
The user’s database credential OCID.*Added In:** 2102181953
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
- Parameters:
ocid
- the value to set- Returns:
- this builder
-
build
public UserExtDbCredentials build()
-
copy
public UserExtDbCredentials.Builder copy(UserExtDbCredentials model)
-
-