public static interface UserSummary.Builder extends SdkPojo, CopyableBuilder<UserSummary.Builder,UserSummary>
Modifier and Type | Method and Description |
---|---|
UserSummary.Builder |
arn(String arn)
The ARN for the user account.
|
UserSummary.Builder |
id(String id)
The identifier for the user account.
|
UserSummary.Builder |
username(String username)
The Amazon Connect user name for the user account.
|
copy
applyMutation, build
UserSummary.Builder id(String id)
The identifier for the user account.
id
- The identifier for the user account.UserSummary.Builder arn(String arn)
The ARN for the user account.
arn
- The ARN for the user account.UserSummary.Builder username(String username)
The Amazon Connect user name for the user account.
username
- The Amazon Connect user name for the user account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.