| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the user account.
|
static User.Builder |
User.builder() |
User.Builder |
User.Builder.directoryUserId(String directoryUserId)
The identifier of the user account in the directory used for identity management.
|
User.Builder |
User.Builder.hierarchyGroupId(String hierarchyGroupId)
The identifier of the hierarchy group for the user.
|
User.Builder |
User.Builder.id(String id)
The identifier of the user account.
|
default User.Builder |
User.Builder.identityInfo(Consumer<UserIdentityInfo.Builder> identityInfo)
Information about the user identity.
|
User.Builder |
User.Builder.identityInfo(UserIdentityInfo identityInfo)
Information about the user identity.
|
default User.Builder |
User.Builder.phoneConfig(Consumer<UserPhoneConfig.Builder> phoneConfig)
Information about the phone configuration for the user.
|
User.Builder |
User.Builder.phoneConfig(UserPhoneConfig phoneConfig)
Information about the phone configuration for the user.
|
User.Builder |
User.Builder.routingProfileId(String routingProfileId)
The identifier of the routing profile for the user.
|
User.Builder |
User.Builder.securityProfileIds(Collection<String> securityProfileIds)
The identifiers of the security profiles for the user.
|
User.Builder |
User.Builder.securityProfileIds(String... securityProfileIds)
The identifiers of the security profiles for the user.
|
User.Builder |
User.Builder.tags(Map<String,String> tags)
The tags.
|
User.Builder |
User.toBuilder() |
User.Builder |
User.Builder.username(String username)
The user name assigned to the user account.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends User.Builder> |
User.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeUserResponse.Builder |
DescribeUserResponse.Builder.user(Consumer<User.Builder> user)
Information about the user account and configuration settings.
|
Copyright © 2022. All rights reserved.