public static interface DescribeUserResponse.Builder extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<DescribeUserResponse.Builder,DescribeUserResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResponse.Builder |
addresses(Address... addresses)
The physical address of the user.
|
DescribeUserResponse.Builder |
addresses(Collection<Address> addresses)
The physical address of the user.
|
DescribeUserResponse.Builder |
addresses(Consumer<Address.Builder>... addresses)
The physical address of the user.
|
DescribeUserResponse.Builder |
displayName(String displayName)
The display name of the user.
|
DescribeUserResponse.Builder |
emails(Collection<Email> emails)
The email address of the user.
|
DescribeUserResponse.Builder |
emails(Consumer<Email.Builder>... emails)
The email address of the user.
|
DescribeUserResponse.Builder |
emails(Email... emails)
The email address of the user.
|
DescribeUserResponse.Builder |
externalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
DescribeUserResponse.Builder |
externalIds(Consumer<ExternalId.Builder>... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
DescribeUserResponse.Builder |
externalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an
external identity provider. |
DescribeUserResponse.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
DescribeUserResponse.Builder |
locale(String locale)
A string containing the geographical region or location of the user.
|
default DescribeUserResponse.Builder |
name(Consumer<Name.Builder> name)
The name of the user.
|
DescribeUserResponse.Builder |
name(Name name)
The name of the user.
|
DescribeUserResponse.Builder |
nickName(String nickName)
An alternative descriptive name for the user.
|
DescribeUserResponse.Builder |
phoneNumbers(Collection<PhoneNumber> phoneNumbers)
A list of
PhoneNumber objects associated with a user. |
DescribeUserResponse.Builder |
phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers)
A list of
PhoneNumber objects associated with a user. |
DescribeUserResponse.Builder |
phoneNumbers(PhoneNumber... phoneNumbers)
A list of
PhoneNumber objects associated with a user. |
DescribeUserResponse.Builder |
preferredLanguage(String preferredLanguage)
The preferred language of the user.
|
DescribeUserResponse.Builder |
profileUrl(String profileUrl)
A URL link for the user's profile.
|
DescribeUserResponse.Builder |
timezone(String timezone)
The time zone for a user.
|
DescribeUserResponse.Builder |
title(String title)
A string containing the title of the user.
|
DescribeUserResponse.Builder |
userId(String userId)
The identifier for a user in the identity store.
|
DescribeUserResponse.Builder |
userName(String userName)
A unique string used to identify the user.
|
DescribeUserResponse.Builder |
userType(String userType)
A string indicating the type of user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUserResponse.Builder userName(String userName)
A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.
userName - A unique string used to identify the user. The length limit is 128 characters. This value can consist
of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the
time the user is created and stored as an attribute of the user object in the identity store.DescribeUserResponse.Builder userId(String userId)
The identifier for a user in the identity store.
userId - The identifier for a user in the identity store.DescribeUserResponse.Builder externalIds(Collection<ExternalId> externalIds)
A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.
externalIds - A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.DescribeUserResponse.Builder externalIds(ExternalId... externalIds)
A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.
externalIds - A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.DescribeUserResponse.Builder externalIds(Consumer<ExternalId.Builder>... externalIds)
A list of ExternalId objects that contains the identifiers issued to this resource by an
external identity provider.
ExternalId.Builder avoiding the need to create
one manually via ExternalId.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #externalIds(List.
externalIds - a consumer that will call methods on
ExternalId.Builder#externalIds(java.util.Collection) DescribeUserResponse.Builder name(Name name)
The name of the user.
name - The name of the user.default DescribeUserResponse.Builder name(Consumer<Name.Builder> name)
The name of the user.
This is a convenience method that creates an instance of theName.Builder avoiding the need to create
one manually via Name.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to name(Name).
name - a consumer that will call methods on Name.Buildername(Name)DescribeUserResponse.Builder displayName(String displayName)
The display name of the user.
displayName - The display name of the user.DescribeUserResponse.Builder nickName(String nickName)
An alternative descriptive name for the user.
nickName - An alternative descriptive name for the user.DescribeUserResponse.Builder profileUrl(String profileUrl)
A URL link for the user's profile.
profileUrl - A URL link for the user's profile.DescribeUserResponse.Builder emails(Collection<Email> emails)
The email address of the user.
emails - The email address of the user.DescribeUserResponse.Builder emails(Email... emails)
The email address of the user.
emails - The email address of the user.DescribeUserResponse.Builder emails(Consumer<Email.Builder>... emails)
The email address of the user.
This is a convenience method that creates an instance of theEmail.Builder avoiding the need to create one
manually via Email.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #emails(List.
emails - a consumer that will call methods on
Email.Builder#emails(java.util.Collection) DescribeUserResponse.Builder addresses(Collection<Address> addresses)
The physical address of the user.
addresses - The physical address of the user.DescribeUserResponse.Builder addresses(Address... addresses)
The physical address of the user.
addresses - The physical address of the user.DescribeUserResponse.Builder addresses(Consumer<Address.Builder>... addresses)
The physical address of the user.
This is a convenience method that creates an instance of theAddress.Builder avoiding the need to create one
manually via Address.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #addresses(List).
addresses - a consumer that will call methods on
Address.Builder#addresses(java.util.Collection)DescribeUserResponse.Builder phoneNumbers(Collection<PhoneNumber> phoneNumbers)
A list of PhoneNumber objects associated with a user.
phoneNumbers - A list of PhoneNumber objects associated with a user.DescribeUserResponse.Builder phoneNumbers(PhoneNumber... phoneNumbers)
A list of PhoneNumber objects associated with a user.
phoneNumbers - A list of PhoneNumber objects associated with a user.DescribeUserResponse.Builder phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers)
A list of PhoneNumber objects associated with a user.
PhoneNumber.Builder avoiding the need to create
one manually via PhoneNumber.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #phoneNumbers(List.
phoneNumbers - a consumer that will call methods on
PhoneNumber.Builder#phoneNumbers(java.util.Collection) DescribeUserResponse.Builder userType(String userType)
A string indicating the type of user.
userType - A string indicating the type of user.DescribeUserResponse.Builder title(String title)
A string containing the title of the user.
title - A string containing the title of the user.DescribeUserResponse.Builder preferredLanguage(String preferredLanguage)
The preferred language of the user.
preferredLanguage - The preferred language of the user.DescribeUserResponse.Builder locale(String locale)
A string containing the geographical region or location of the user.
locale - A string containing the geographical region or location of the user.DescribeUserResponse.Builder timezone(String timezone)
The time zone for a user.
timezone - The time zone for a user.DescribeUserResponse.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.Copyright © 2023. All rights reserved.