| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
PublicEndpoint.Builder |
PublicEndpoint.Builder.address(String address)
The unique identifier for the recipient, such as a device token, email address, or mobile phone number.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.attributes(Map<String,? extends Collection<String>> attributes)
One or more custom attributes that describe the endpoint by associating a name with an array of values.
|
static PublicEndpoint.Builder |
PublicEndpoint.builder() |
PublicEndpoint.Builder |
PublicEndpoint.Builder.channelType(ChannelType channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.channelType(String channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
default PublicEndpoint.Builder |
PublicEndpoint.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.demographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.effectiveDate(String effectiveDate)
The date and time, in ISO 8601 format, when the endpoint was last updated.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.endpointStatus(String endpointStatus)
Specifies whether to send messages or push notifications to the endpoint.
|
default PublicEndpoint.Builder |
PublicEndpoint.Builder.location(Consumer<EndpointLocation.Builder> location)
The geographic information for the endpoint.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.location(EndpointLocation location)
The geographic information for the endpoint.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.metrics(Map<String,Double> metrics)
One or more custom metrics that your app reports to Amazon Pinpoint for the endpoint.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.optOut(String optOut)
Specifies whether the user who's associated with the endpoint has opted out of receiving messages and push
notifications from you.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.requestId(String requestId)
A unique identifier that's generated each time the endpoint is updated.
|
PublicEndpoint.Builder |
PublicEndpoint.toBuilder() |
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.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.user(EndpointUser user)
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated
with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PublicEndpoint.Builder> |
PublicEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventsBatch.Builder |
EventsBatch.Builder.endpoint(Consumer<PublicEndpoint.Builder> endpoint)
A set of properties and attributes that are associated with the endpoint.
|
Copyright © 2023. All rights reserved.