EndpointBatchItem.Builder |
EndpointBatchItem.Builder.address(String address) |
The destination address for messages or push notifications that you send to the endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.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 EndpointBatchItem.Builder |
EndpointBatchItem.builder() |
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.channelType(String channelType) |
The channel to use when sending messages or push notifications to the endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.channelType(ChannelType channelType) |
The channel to use when sending messages or push notifications to the endpoint.
|
default EndpointBatchItem.Builder |
EndpointBatchItem.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic) |
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.demographic(EndpointDemographic demographic) |
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.effectiveDate(String effectiveDate) |
The date and time, in ISO 8601 format, when the endpoint was created or updated.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.endpointStatus(String endpointStatus) |
Specifies whether to send messages or push notifications to the endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.id(String id) |
The unique identifier for the endpoint in the context of the batch.
|
default EndpointBatchItem.Builder |
EndpointBatchItem.Builder.location(Consumer<EndpointLocation.Builder> location) |
The geographic information for the endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.location(EndpointLocation location) |
The geographic information for the endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.metrics(Map<String,Double> metrics) |
One or more custom metrics that your app reports to Amazon Pinpoint for the endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.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.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.requestId(String requestId) |
The unique identifier for the request to create or update the endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.toBuilder() |
|
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.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.user(EndpointUser user) |
One or more custom attributes that describe the user who's associated with the endpoint.
|