public static class UpdateUserProfileOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String accountId,
String iamId)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserProfileOptions.Builder |
accountId(String accountId)
Set the accountId.
|
UpdateUserProfileOptions.Builder |
altphonenumber(String altphonenumber)
Set the altphonenumber.
|
UpdateUserProfileOptions |
build()
Builds a UpdateUserProfileOptions.
|
UpdateUserProfileOptions.Builder |
email(String email)
Set the email.
|
UpdateUserProfileOptions.Builder |
firstname(String firstname)
Set the firstname.
|
UpdateUserProfileOptions.Builder |
iamId(String iamId)
Set the iamId.
|
UpdateUserProfileOptions.Builder |
lastname(String lastname)
Set the lastname.
|
UpdateUserProfileOptions.Builder |
phonenumber(String phonenumber)
Set the phonenumber.
|
UpdateUserProfileOptions.Builder |
photo(String photo)
Set the photo.
|
UpdateUserProfileOptions.Builder |
state(String state)
Set the state.
|
public UpdateUserProfileOptions build()
public UpdateUserProfileOptions.Builder accountId(String accountId)
accountId - the accountIdpublic UpdateUserProfileOptions.Builder iamId(String iamId)
iamId - the iamIdpublic UpdateUserProfileOptions.Builder firstname(String firstname)
firstname - the firstnamepublic UpdateUserProfileOptions.Builder lastname(String lastname)
lastname - the lastnamepublic UpdateUserProfileOptions.Builder state(String state)
state - the statepublic UpdateUserProfileOptions.Builder email(String email)
email - the emailpublic UpdateUserProfileOptions.Builder phonenumber(String phonenumber)
phonenumber - the phonenumberpublic UpdateUserProfileOptions.Builder altphonenumber(String altphonenumber)
altphonenumber - the altphonenumberpublic UpdateUserProfileOptions.Builder photo(String photo)
photo - the photoCopyright © 2021 IBM Cloud Platform Services. All rights reserved.