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)
One or more custom attributes that describe the user by associating a name with an array of values.
|
EndpointUser.Builder |
userId(String userId)
The unique identifier for the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointUser.Builder userAttributes(Map<String,? extends Collection<String>> userAttributes)
One or more custom attributes that describe the user by associating a name with an array of values. For example, the value of an attribute named Interests might be: ["science", "music", "travel"]. You can use these attributes as filter criteria when you create segments.
When you define the name of a custom attribute, avoid using the following characters: number sign (#), colon (:), question mark (?), backslash (\), and slash (/). The Amazon Pinpoint console can't display attribute names that contain these characters. This limitation doesn't apply to attribute values.
userAttributes - One or more custom attributes that describe the user by associating a name with an array of values.
For example, the value of an attribute named Interests might be: ["science", "music", "travel"]. You
can use these attributes as filter criteria when you create segments.
When you define the name of a custom attribute, avoid using the following characters: number sign (#), colon (:), question mark (?), backslash (\), and slash (/). The Amazon Pinpoint console can't display attribute names that contain these characters. This limitation doesn't apply to attribute values.
EndpointUser.Builder userId(String userId)
The unique identifier for the user.
userId - The unique identifier for the user.Copyright © 2019. All rights reserved.