public static interface CreateUserRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest.Builder |
addresses(Address... addresses)
A list of
Address objects containing addresses associated with the user. |
CreateUserRequest.Builder |
addresses(Collection<Address> addresses)
A list of
Address objects containing addresses associated with the user. |
CreateUserRequest.Builder |
addresses(Consumer<Address.Builder>... addresses)
A list of
Address objects containing addresses associated with the user. |
CreateUserRequest.Builder |
displayName(String displayName)
A string containing the name of the user.
|
CreateUserRequest.Builder |
emails(Collection<Email> emails)
A list of
Email objects containing email addresses associated with the user. |
CreateUserRequest.Builder |
emails(Consumer<Email.Builder>... emails)
A list of
Email objects containing email addresses associated with the user. |
CreateUserRequest.Builder |
emails(Email... emails)
A list of
Email objects containing email addresses associated with the user. |
CreateUserRequest.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
CreateUserRequest.Builder |
locale(String locale)
A string containing the geographical region or location of the user.
|
default CreateUserRequest.Builder |
name(Consumer<Name.Builder> name)
An object containing the name of the user.
|
CreateUserRequest.Builder |
name(Name name)
An object containing the name of the user.
|
CreateUserRequest.Builder |
nickName(String nickName)
A string containing an alternate name for the user.
|
CreateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserRequest.Builder |
phoneNumbers(Collection<PhoneNumber> phoneNumbers)
A list of
PhoneNumber objects containing phone numbers associated with the user. |
CreateUserRequest.Builder |
phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers)
A list of
PhoneNumber objects containing phone numbers associated with the user. |
CreateUserRequest.Builder |
phoneNumbers(PhoneNumber... phoneNumbers)
A list of
PhoneNumber objects containing phone numbers associated with the user. |
CreateUserRequest.Builder |
preferredLanguage(String preferredLanguage)
A string containing the preferred language of the user.
|
CreateUserRequest.Builder |
profileUrl(String profileUrl)
A string containing a URL that might be associated with the user.
|
CreateUserRequest.Builder |
timezone(String timezone)
A string containing the time zone of the user.
|
CreateUserRequest.Builder |
title(String title)
A string containing the title of the user.
|
CreateUserRequest.Builder |
userName(String userName)
A unique string used to identify the user.
|
CreateUserRequest.Builder |
userType(String userType)
A string indicating the type of user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.CreateUserRequest.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. Administrator
and AWSAdministrators are reserved names and can't be used for users or groups.
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.
Administrator and AWSAdministrators are reserved names and can't be used for
users or groups.CreateUserRequest.Builder name(Name name)
An object containing the name of the user.
name - An object containing the name of the user.default CreateUserRequest.Builder name(Consumer<Name.Builder> name)
An object containing 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)CreateUserRequest.Builder displayName(String displayName)
A string containing the name of the user. This value is typically formatted for display when the user is referenced. For example, "John Doe."
displayName - A string containing the name of the user. This value is typically formatted for display when the user
is referenced. For example, "John Doe."CreateUserRequest.Builder nickName(String nickName)
A string containing an alternate name for the user.
nickName - A string containing an alternate name for the user.CreateUserRequest.Builder profileUrl(String profileUrl)
A string containing a URL that might be associated with the user.
profileUrl - A string containing a URL that might be associated with the user.CreateUserRequest.Builder emails(Collection<Email> emails)
A list of Email objects containing email addresses associated with the user.
emails - A list of Email objects containing email addresses associated with the user.CreateUserRequest.Builder emails(Email... emails)
A list of Email objects containing email addresses associated with the user.
emails - A list of Email objects containing email addresses associated with the user.CreateUserRequest.Builder emails(Consumer<Email.Builder>... emails)
A list of Email objects containing email addresses associated with the user.
Email.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) CreateUserRequest.Builder addresses(Collection<Address> addresses)
A list of Address objects containing addresses associated with the user.
addresses - A list of Address objects containing addresses associated with the user.CreateUserRequest.Builder addresses(Address... addresses)
A list of Address objects containing addresses associated with the user.
addresses - A list of Address objects containing addresses associated with the user.CreateUserRequest.Builder addresses(Consumer<Address.Builder>... addresses)
A list of Address objects containing addresses associated with the user.
Address.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)CreateUserRequest.Builder phoneNumbers(Collection<PhoneNumber> phoneNumbers)
A list of PhoneNumber objects containing phone numbers associated with the user.
phoneNumbers - A list of PhoneNumber objects containing phone numbers associated with the user.CreateUserRequest.Builder phoneNumbers(PhoneNumber... phoneNumbers)
A list of PhoneNumber objects containing phone numbers associated with the user.
phoneNumbers - A list of PhoneNumber objects containing phone numbers associated with the user.CreateUserRequest.Builder phoneNumbers(Consumer<PhoneNumber.Builder>... phoneNumbers)
A list of PhoneNumber objects containing phone numbers associated with the 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) CreateUserRequest.Builder userType(String userType)
A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.
userType - A string indicating the type of user. Possible values are left unspecified. The value can vary based
on your specific use case.CreateUserRequest.Builder title(String title)
A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.
title - A string containing the title of the user. Possible values are left unspecified. The value can vary
based on your specific use case.CreateUserRequest.Builder preferredLanguage(String preferredLanguage)
A string containing the preferred language of the user. For example, "American English" or "en-us."
preferredLanguage - A string containing the preferred language of the user. For example, "American English" or "en-us."CreateUserRequest.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.CreateUserRequest.Builder timezone(String timezone)
A string containing the time zone of the user.
timezone - A string containing the time zone of the user.CreateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.