| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.address(String address)
The destination for messages that you send to this endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.attributes(Map<String,? extends Collection<String>> attributes)
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(ChannelType channelType)
The channel type.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.channelType(String channelType)
The channel type.
|
default EndpointBatchItem.Builder |
EndpointBatchItem.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
The endpoint demographic attributes.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.demographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.effectiveDate(String effectiveDate)
The last time the endpoint was updated.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.endpointStatus(String endpointStatus)
Unused.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.id(String id)
The unique Id for the Endpoint in the batch.
|
default EndpointBatchItem.Builder |
EndpointBatchItem.Builder.location(Consumer<EndpointLocation.Builder> location)
The endpoint location attributes.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.location(EndpointLocation location)
The endpoint location attributes.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.metrics(Map<String,Double> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.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.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.requestId(String requestId)
The unique ID for the most recent request to update the endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.toBuilder() |
default EndpointBatchItem.Builder |
EndpointBatchItem.Builder.user(Consumer<EndpointUser.Builder> user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.user(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointBatchItem.Builder> |
EndpointBatchItem.serializableBuilderClass() |
Copyright © 2018. All rights reserved.