public static interface EndpointUser.Builder extends SdkPojo, CopyableBuilder<EndpointUser.Builder,EndpointUser>
Modifier and Type | Method and Description |
---|---|
EndpointUser.Builder |
userAttributes(Map<String,? extends Collection<String>> userAttributes)
Custom attributes that describe the user by associating a name with an array of values.
|
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 that describe the user by associating a name with an array of values. For example,
an attribute named "interests" might have the following values: ["science", "politics", "travel"]. You
can use these attributes as selection criteria when you create segments.
The Amazon Pinpoint console can't display attribute names that include the following characters:
hash/pound sign (#), colon (:), question mark (?), backslash (\), and forward slash (/). For this
reason, you should avoid using these characters in the names of custom attributes.EndpointUser.Builder userId(String userId)
userId
- The unique ID of the user.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.