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, sdkFields
copy
applyMutation, build
UserSummary.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.