| 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.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.attributes(Map<String,? extends Collection<String>> attributes)
Custom attributes that your app reports to Amazon Pinpoint.
|
static PublicEndpoint.Builder |
PublicEndpoint.builder() |
PublicEndpoint.Builder |
PublicEndpoint.Builder.channelType(ChannelType channelType)
The channel type.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.channelType(String channelType)
The channel type.
|
default PublicEndpoint.Builder |
PublicEndpoint.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
The endpoint demographic attributes.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.demographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.effectiveDate(String effectiveDate)
The date and time when the endpoint was last updated, in ISO 8601 format.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.endpointStatus(String endpointStatus)
The status of the endpoint.
|
default PublicEndpoint.Builder |
PublicEndpoint.Builder.location(Consumer<EndpointLocation.Builder> location)
The endpoint location attributes.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.location(EndpointLocation location)
The endpoint location attributes.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.metrics(Map<String,Double> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.optOut(String optOut)
Indicates whether a user has opted out of receiving messages with one of the following values:
ALL - User has opted out of all messages.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.requestId(String requestId)
A unique identifier that is generated each time the endpoint is updated.
|
PublicEndpoint.Builder |
PublicEndpoint.toBuilder() |
default PublicEndpoint.Builder |
PublicEndpoint.Builder.user(Consumer<EndpointUser.Builder> user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.user(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
| 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)
The PublicEndpoint attached to the EndpointId from the request.
|
Copyright © 2018. All rights reserved.