Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Principal |
build() |
Principal.Builder |
copy(Principal model) |
Principal.Builder |
displayName(String displayName)
The name of the principal.
|
Principal.Builder |
email(String email)
The email of the principal.
|
Principal.Builder |
id(String id)
The OCID of the
principal.
|
public Principal.Builder id(String id)
The OCID of the principal.
id
- the value to setpublic Principal.Builder displayName(String displayName)
The name of the principal.
displayName
- the value to setpublic Principal.Builder email(String email)
The email of the principal.
email
- the value to setpublic Principal build()
public Principal.Builder copy(Principal model)
Copyright © 2016–2024. All rights reserved.