Interface User.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<User.Builder,,- User> - SdkBuilder<User.Builder,,- User> - SdkPojo
- Enclosing class:
- User
- 
Method SummaryModifier and TypeMethodDescriptionaddresses(Collection<Address> addresses) A list ofAddressobjects containing addresses associated with the user.addresses(Consumer<Address.Builder>... addresses) A list ofAddressobjects containing addresses associated with the user.A list ofAddressobjects containing addresses associated with the user.displayName(String displayName) A string containing the name of the user that is formatted for display when the user is referenced.emails(Collection<Email> emails) A list ofEmailobjects containing email addresses associated with the user.emails(Consumer<Email.Builder>... emails) A list ofEmailobjects containing email addresses associated with the user.A list ofEmailobjects containing email addresses associated with 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 User.Buildername(Consumer<Name.Builder> name) An object containing the name of the user.An object containing the name of the user.A string containing an alternate name for the user.phoneNumbers(Collection<PhoneNumber> phoneNumbers) A list ofPhoneNumberobjects containing phone numbers associated with the user.phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers) A list ofPhoneNumberobjects containing phone numbers associated with the user.phoneNumbers(PhoneNumber... phoneNumbers) A list ofPhoneNumberobjects containing phone numbers associated with the user.preferredLanguage(String preferredLanguage) A string containing the preferred language of the user.profileUrl(String profileUrl) A string containing a URL that might be associated with the user.A string containing the time zone of the user.A string containing the title of the user.The identifier for a user in the identity store.A unique string used to identify the user.A string indicating the type of user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
userNameA 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.
 
- 
userIdThe 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.
 
- 
externalIdsA list of ExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.- Parameters:
- externalIds- A list of- ExternalIdobjects 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.
 
- 
externalIdsA list of ExternalIdobjects that contains the identifiers issued to this resource by an external identity provider.- Parameters:
- externalIds- A list of- ExternalIdobjects 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.
 
- 
externalIdsA 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 on- ExternalId.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nameAn object containing the name of the user. - Parameters:
- name- An object containing the name of the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameAn object containing 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 on- Name.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
displayNameA string containing the name of the user that is formatted for display when the user is referenced. For example, "John Doe." - Parameters:
- displayName- A string containing the name of the user that is formatted for display when the user is referenced. For example, "John Doe."
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nickNameA string containing an alternate name for the user. - Parameters:
- nickName- A string containing an alternate name for the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
profileUrlA string containing a URL that might be associated with the user. - Parameters:
- profileUrl- A string containing a URL that might be associated with the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
emailsA list of Emailobjects containing email addresses associated with the user.- Parameters:
- emails- A list of- Emailobjects containing email addresses associated with the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
emailsA list of Emailobjects containing email addresses associated with the user.- Parameters:
- emails- A list of- Emailobjects containing email addresses associated with the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
emailsA list of This is a convenience method that creates an instance of theEmailobjects containing email addresses associated with the user.Email.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 on- Email.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
addressesA list of Addressobjects containing addresses associated with the user.- Parameters:
- addresses- A list of- Addressobjects containing addresses associated with the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
addressesA list of Addressobjects containing addresses associated with the user.- Parameters:
- addresses- A list of- Addressobjects containing addresses associated with the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
addressesA list of This is a convenience method that creates an instance of theAddressobjects containing addresses associated with the user.Address.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 on- Address.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
phoneNumbersA list of PhoneNumberobjects containing phone numbers associated with the user.- Parameters:
- phoneNumbers- A list of- PhoneNumberobjects containing phone numbers associated with the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
phoneNumbersA list of PhoneNumberobjects containing phone numbers associated with the user.- Parameters:
- phoneNumbers- A list of- PhoneNumberobjects containing phone numbers associated with the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
phoneNumbersA list of This is a convenience method that creates an instance of thePhoneNumberobjects containing phone numbers associated with the 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 on- PhoneNumber.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
userTypeA string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case. - Parameters:
- userType- A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
titleA string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case. - Parameters:
- title- A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
preferredLanguageA string containing the preferred language of the user. For example, "American English" or "en-us." - Parameters:
- preferredLanguage- A string containing the preferred language of the user. For example, "American English" or "en-us."
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localeA 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.
 
- 
timezoneA string containing the time zone of the user. - Parameters:
- timezone- A string containing the time zone of the user.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
identityStoreIdThe 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.
 
 
-