CopyableBuilder<EndpointUser.Builder,EndpointUser>, SdkBuilder<EndpointUser.Builder,EndpointUser>public static interface EndpointUser.Builder extends CopyableBuilder<EndpointUser.Builder,EndpointUser>
| Modifier and Type | Method | 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.
|
copyapply, buildEndpointUser.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.