Interface DescribeUserResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeUserResponse.Builder,,DescribeUserResponse> IdentitystoreResponse.Builder,SdkBuilder<DescribeUserResponse.Builder,,DescribeUserResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeUserResponse
-
Method Summary
Modifier and TypeMethodDescriptionaddresses(Collection<Address> addresses) The physical address of the user.addresses(Consumer<Address.Builder>... addresses) The physical address of the user.The physical address of the user.The user's birthdate in YYYY-MM-DD format.The date and time the user was created.The identifier of the user or system that created the user.displayName(String displayName) The display name of the user.emails(Collection<Email> emails) The email address of the user.emails(Consumer<Email.Builder>... emails) The email address of the user.The email address of the user.externalIds(Collection<ExternalId> externalIds) A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.externalIds(Consumer<ExternalId.Builder>... externalIds) A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.externalIds(ExternalId... externalIds) A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.identityStoreId(String identityStoreId) The globally unique identifier for the identity store.A string containing the geographical region or location of the user.default DescribeUserResponse.Buildername(Consumer<Name.Builder> name) The name of the user.The name of the user.An alternative descriptive name for the user.phoneNumbers(Collection<PhoneNumber> phoneNumbers) A list ofPhoneNumberobjects associated with a user.phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers) A list ofPhoneNumberobjects associated with a user.phoneNumbers(PhoneNumber... phoneNumbers) A list ofPhoneNumberobjects associated with a user.photos(Collection<Photo> photos) A list of photos associated with the user.photos(Consumer<Photo.Builder>... photos) A list of photos associated with the user.A list of photos associated with the user.preferredLanguage(String preferredLanguage) The preferred language of the user.profileUrl(String profileUrl) A URL link for the user's profile.The time zone for a user.A string containing the title of the user.The date and time the user was last updated.The identifier of the user or system that last updated the user.The identifier for a user in the identity store.A unique string used to identify the user.userStatus(String userStatus) The current status of the user account.userStatus(UserStatus userStatus) The current status of the user account.A string indicating the type of user.The user's personal website or blog URL.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
identityStoreId
The globally unique identifier for the identity store.
- Parameters:
identityStoreId- The globally unique identifier for the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
The identifier for a user in the identity store.
- Parameters:
userId- The identifier for a user in the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalIds
A list of
ExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.- Parameters:
externalIds- A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalIds
A list of
ExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.- Parameters:
externalIds- A list ofExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalIds
A list of
This is a convenience method that creates an instance of theExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.ExternalId.Builderavoiding the need to create one manually viaExternalId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexternalIds(List<ExternalId>).- Parameters:
externalIds- a consumer that will call methods onExternalId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the user.
- Parameters:
name- The name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the user.
This is a convenience method that creates an instance of theName.Builderavoiding the need to create one manually viaName.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toname(Name).- Parameters:
name- a consumer that will call methods onName.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
The display name of the user.
- Parameters:
displayName- The display name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nickName
An alternative descriptive name for the user.
- Parameters:
nickName- An alternative descriptive name for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileUrl
A URL link for the user's profile.
- Parameters:
profileUrl- A URL link for the user's profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emails
The email address of the user.
- Parameters:
emails- The email address of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emails
The email address of the user.
- Parameters:
emails- The email address of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emails
The email address of the user.
This is a convenience method that creates an instance of theEmail.Builderavoiding the need to create one manually viaEmail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toemails(List<Email>).- Parameters:
emails- a consumer that will call methods onEmail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
addresses
The physical address of the user.
- Parameters:
addresses- The physical address of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addresses
The physical address of the user.
- Parameters:
addresses- The physical address of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addresses
The physical address of the user.
This is a convenience method that creates an instance of theAddress.Builderavoiding the need to create one manually viaAddress.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddresses(List<Address>).- Parameters:
addresses- a consumer that will call methods onAddress.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
phoneNumbers
A list of
PhoneNumberobjects associated with a user.- Parameters:
phoneNumbers- A list ofPhoneNumberobjects associated with a user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumbers
A list of
PhoneNumberobjects associated with a user.- Parameters:
phoneNumbers- A list ofPhoneNumberobjects associated with a user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumbers
A list of
This is a convenience method that creates an instance of thePhoneNumberobjects associated with a user.PhoneNumber.Builderavoiding the need to create one manually viaPhoneNumber.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tophoneNumbers(List<PhoneNumber>).- Parameters:
phoneNumbers- a consumer that will call methods onPhoneNumber.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userType
A string indicating the type of user.
- Parameters:
userType- A string indicating the type of user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
A string containing the title of the user.
- Parameters:
title- A string containing the title of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preferredLanguage
The preferred language of the user.
- Parameters:
preferredLanguage- The preferred language of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locale
A string containing the geographical region or location of the user.
- Parameters:
locale- A string containing the geographical region or location of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timezone
The time zone for a user.
- Parameters:
timezone- The time zone for a user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userStatus
The current status of the user account.
- Parameters:
userStatus- The current status of the user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userStatus
The current status of the user account.
- Parameters:
userStatus- The current status of the user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
photos
A list of photos associated with the user. Returns up to 3 photos with their associated metadata including type, display name, and primary designation.
- Parameters:
photos- A list of photos associated with the user. Returns up to 3 photos with their associated metadata including type, display name, and primary designation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
photos
A list of photos associated with the user. Returns up to 3 photos with their associated metadata including type, display name, and primary designation.
- Parameters:
photos- A list of photos associated with the user. Returns up to 3 photos with their associated metadata including type, display name, and primary designation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
photos
A list of photos associated with the user. Returns up to 3 photos with their associated metadata including type, display name, and primary designation.
This is a convenience method that creates an instance of thePhoto.Builderavoiding the need to create one manually viaPhoto.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tophotos(List<Photo>).- Parameters:
photos- a consumer that will call methods onPhoto.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
website
The user's personal website or blog URL. Returns the stored website information for the user.
- Parameters:
website- The user's personal website or blog URL. Returns the stored website information for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
birthdate
The user's birthdate in YYYY-MM-DD format. This field returns the stored birthdate information for the user.
- Parameters:
birthdate- The user's birthdate in YYYY-MM-DD format. This field returns the stored birthdate information for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the user was created.
- Parameters:
createdAt- The date and time the user was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The identifier of the user or system that created the user.
- Parameters:
createdBy- The identifier of the user or system that created the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the user was last updated.
- Parameters:
updatedAt- The date and time the user was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The identifier of the user or system that last updated the user.
- Parameters:
updatedBy- The identifier of the user or system that last updated the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-