public static class CustomerSecretKeyUser.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomerSecretKeyUser |
build() |
CustomerSecretKeyUser.Builder |
copy(CustomerSecretKeyUser model) |
CustomerSecretKeyUser.Builder |
display(String display)
The user’s display name.
|
CustomerSecretKeyUser.Builder |
name(String name)
The user’s name.
|
CustomerSecretKeyUser.Builder |
ocid(String ocid)
The user’s OCID.
|
CustomerSecretKeyUser.Builder |
ref(String ref)
The URI that corresponds to the user linked to this credential.
|
CustomerSecretKeyUser.Builder |
value(String value)
The user’s ID.
|
public CustomerSecretKeyUser.Builder value(String value)
The user’s ID.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: always - type: string - uniqueness: none
value
- the value to setpublic CustomerSecretKeyUser.Builder ocid(String ocid)
The user’s OCID.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: always - type: string - uniqueness: none
ocid
- the value to setpublic CustomerSecretKeyUser.Builder ref(String ref)
The URI that corresponds to the user linked to this credential.
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
ref
- the value to setpublic CustomerSecretKeyUser.Builder display(String display)
The user’s display name.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
display
- the value to setpublic CustomerSecretKeyUser.Builder name(String name)
The user’s name.
*SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
name
- the value to setpublic CustomerSecretKeyUser build()
public CustomerSecretKeyUser.Builder copy(CustomerSecretKeyUser model)
Copyright © 2016–2024. All rights reserved.