public static interface CreateUserRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateUserRequest.Builder,CreateUserRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest.Builder |
directoryUserId(String directoryUserId)
The identifier of the user account in the directory used for identity management.
|
CreateUserRequest.Builder |
hierarchyGroupId(String hierarchyGroupId)
The identifier of the hierarchy group for the user.
|
default CreateUserRequest.Builder |
identityInfo(Consumer<UserIdentityInfo.Builder> identityInfo)
The information about the identity of the user.
|
CreateUserRequest.Builder |
identityInfo(UserIdentityInfo identityInfo)
The information about the identity of the user.
|
CreateUserRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
CreateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateUserRequest.Builder |
password(String password)
The password for the user account.
|
default CreateUserRequest.Builder |
phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)
The phone settings for the user.
|
CreateUserRequest.Builder |
phoneConfig(UserPhoneConfig phoneConfig)
The phone settings for the user.
|
CreateUserRequest.Builder |
routingProfileId(String routingProfileId)
The identifier of the routing profile for the user.
|
CreateUserRequest.Builder |
securityProfileIds(Collection<String> securityProfileIds)
The identifier of the security profile for the user.
|
CreateUserRequest.Builder |
securityProfileIds(String... securityProfileIds)
The identifier of the security profile for the user.
|
CreateUserRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateUserRequest.Builder |
username(String username)
The user name for the account.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateUserRequest.Builder username(String username)
The user name for the account. For instances not using SAML for identity management, the user name can include up to 20 characters. If you are using SAML for identity management, the user name can include up to 64 characters from [a-zA-Z0-9_-.\@]+.
username - The user name for the account. For instances not using SAML for identity management, the user name can
include up to 20 characters. If you are using SAML for identity management, the user name can include
up to 64 characters from [a-zA-Z0-9_-.\@]+.CreateUserRequest.Builder password(String password)
The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.
password - The password for the user account. A password is required if you are using Amazon Connect for identity
management. Otherwise, it is an error to include a password.CreateUserRequest.Builder identityInfo(UserIdentityInfo identityInfo)
The information about the identity of the user.
identityInfo - The information about the identity of the user.default CreateUserRequest.Builder identityInfo(Consumer<UserIdentityInfo.Builder> identityInfo)
The information about the identity of the user.
This is a convenience method that creates an instance of theUserIdentityInfo.Builder avoiding the
need to create one manually via UserIdentityInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to identityInfo(UserIdentityInfo).identityInfo - a consumer that will call methods on UserIdentityInfo.BuilderidentityInfo(UserIdentityInfo)CreateUserRequest.Builder phoneConfig(UserPhoneConfig phoneConfig)
The phone settings for the user.
phoneConfig - The phone settings for the user.default CreateUserRequest.Builder phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)
The phone settings for the user.
This is a convenience method that creates an instance of theUserPhoneConfig.Builder avoiding the
need to create one manually via UserPhoneConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to phoneConfig(UserPhoneConfig).phoneConfig - a consumer that will call methods on UserPhoneConfig.BuilderphoneConfig(UserPhoneConfig)CreateUserRequest.Builder directoryUserId(String directoryUserId)
The identifier of the user account in the directory used for identity management. If Amazon Connect cannot access the directory, you can specify this identifier to authenticate users. If you include the identifier, we assume that Amazon Connect cannot access the directory. Otherwise, the identity information is used to authenticate users from your directory.
This parameter is required if you are using an existing directory for identity management in Amazon Connect when Amazon Connect cannot access your directory to authenticate users. If you are using SAML for identity management and include this parameter, an error is returned.
directoryUserId - The identifier of the user account in the directory used for identity management. If Amazon Connect
cannot access the directory, you can specify this identifier to authenticate users. If you include the
identifier, we assume that Amazon Connect cannot access the directory. Otherwise, the identity
information is used to authenticate users from your directory.
This parameter is required if you are using an existing directory for identity management in Amazon Connect when Amazon Connect cannot access your directory to authenticate users. If you are using SAML for identity management and include this parameter, an error is returned.
CreateUserRequest.Builder securityProfileIds(Collection<String> securityProfileIds)
The identifier of the security profile for the user.
securityProfileIds - The identifier of the security profile for the user.CreateUserRequest.Builder securityProfileIds(String... securityProfileIds)
The identifier of the security profile for the user.
securityProfileIds - The identifier of the security profile for the user.CreateUserRequest.Builder routingProfileId(String routingProfileId)
The identifier of the routing profile for the user.
routingProfileId - The identifier of the routing profile for the user.CreateUserRequest.Builder hierarchyGroupId(String hierarchyGroupId)
The identifier of the hierarchy group for the user.
hierarchyGroupId - The identifier of the hierarchy group for the user.CreateUserRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.CreateUserRequest.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.CreateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.