EndpointResponse.Builder |
EndpointResponse.Builder.address(String address) |
The destination address for messages or push notifications that you send to the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.Builder.applicationId(String applicationId) |
The unique identifier for the application that's associated with the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.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 EndpointResponse.Builder |
EndpointResponse.builder() |
|
EndpointResponse.Builder |
EndpointResponse.Builder.channelType(String channelType) |
The channel that's used when sending messages or push notifications to the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.Builder.channelType(ChannelType channelType) |
The channel that's used when sending messages or push notifications to the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.Builder.cohortId(String cohortId) |
A number from 0-99 that represents the cohort that the endpoint is assigned to.
|
EndpointResponse.Builder |
EndpointResponse.Builder.creationDate(String creationDate) |
The date and time, in ISO 8601 format, when the endpoint was created.
|
default EndpointResponse.Builder |
EndpointResponse.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic) |
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointResponse.Builder |
EndpointResponse.Builder.demographic(EndpointDemographic demographic) |
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointResponse.Builder |
EndpointResponse.Builder.effectiveDate(String effectiveDate) |
The date and time, in ISO 8601 format, when the endpoint was last updated.
|
EndpointResponse.Builder |
EndpointResponse.Builder.endpointStatus(String endpointStatus) |
Specifies whether messages or push notifications are sent to the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.Builder.id(String id) |
The unique identifier that you assigned to the endpoint.
|
default EndpointResponse.Builder |
EndpointResponse.Builder.location(Consumer<EndpointLocation.Builder> location) |
The geographic information for the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.Builder.location(EndpointLocation location) |
The geographic information for the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.Builder.metrics(Map<String,Double> metrics) |
One or more custom metrics that your app reports to Amazon Pinpoint for the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.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.
|
EndpointResponse.Builder |
EndpointResponse.Builder.requestId(String requestId) |
The unique identifier for the most recent request to update the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.toBuilder() |
|
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.
|
EndpointResponse.Builder |
EndpointResponse.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.
|