public static interface UserSummary.Builder extends SdkPojo, CopyableBuilder<UserSummary.Builder,UserSummary>
| Modifier and Type | Method and Description |
|---|---|
UserSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the user account.
|
UserSummary.Builder |
id(String id)
The identifier of the user account.
|
UserSummary.Builder |
username(String username)
The Amazon Connect user name of the user account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserSummary.Builder id(String id)
The identifier of the user account.
id - The identifier of the user account.UserSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the user account.
arn - The Amazon Resource Name (ARN) of the user account.UserSummary.Builder username(String username)
The Amazon Connect user name of the user account.
username - The Amazon Connect user name of the user account.Copyright © 2023. All rights reserved.