| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointUser.Builder |
EndpointUser.builder() |
EndpointUser.Builder |
EndpointUser.toBuilder() |
EndpointUser.Builder |
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 |
EndpointUser.Builder.userId(String userId)
The unique identifier for the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointUser.Builder> |
EndpointUser.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PublicEndpoint.Builder |
PublicEndpoint.Builder.user(Consumer<EndpointUser.Builder> user)
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated
with the endpoint.
|
default EndpointResponse.Builder |
EndpointResponse.Builder.user(Consumer<EndpointUser.Builder> user)
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated
with the endpoint.
|
default EndpointBatchItem.Builder |
EndpointBatchItem.Builder.user(Consumer<EndpointUser.Builder> user)
One or more custom attributes that describe the user who's associated with the endpoint.
|
default EndpointRequest.Builder |
EndpointRequest.Builder.user(Consumer<EndpointUser.Builder> user)
One or more custom attributes that describe the user who's associated with the endpoint.
|
Copyright © 2022. All rights reserved.