public static interface EndpointUser.Builder extends CopyableBuilder<EndpointUser.Builder,EndpointUser>
Modifier and Type | Method and Description |
---|---|
EndpointUser.Builder |
userAttributes(Map<String,? extends Collection<String>> userAttributes)
Custom attributes specific to the user.
|
EndpointUser.Builder |
userId(String userId)
The unique ID of the user.
|
copy
applyMutation, build
EndpointUser.Builder userAttributes(Map<String,? extends Collection<String>> userAttributes)
userAttributes
- Custom attributes specific to the user.EndpointUser.Builder userId(String userId)
userId
- The unique ID of the user.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.