| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointResponse.Builder |
EndpointResponse.Builder.address(String address)
The address of the endpoint as provided by your push provider.
|
EndpointResponse.Builder |
EndpointResponse.Builder.applicationId(String applicationId)
The ID of the application that is associated with the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.Builder.attributes(Map<String,? extends Collection<String>> attributes)
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(ChannelType channelType)
The channel type.
|
EndpointResponse.Builder |
EndpointResponse.Builder.channelType(String channelType)
The channel type.
|
EndpointResponse.Builder |
EndpointResponse.Builder.cohortId(String cohortId)
A number from 0-99 that represents the cohort the endpoint is assigned to.
|
EndpointResponse.Builder |
EndpointResponse.Builder.creationDate(String creationDate)
The date and time when the endpoint was created, shown in ISO 8601 format.
|
default EndpointResponse.Builder |
EndpointResponse.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
The endpoint demographic attributes.
|
EndpointResponse.Builder |
EndpointResponse.Builder.demographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointResponse.Builder |
EndpointResponse.Builder.effectiveDate(String effectiveDate)
The date and time when the endpoint was last updated, shown in ISO 8601 format.
|
EndpointResponse.Builder |
EndpointResponse.Builder.endpointStatus(String endpointStatus)
Unused.
|
EndpointResponse.Builder |
EndpointResponse.Builder.id(String id)
The unique ID that you assigned to the endpoint.
|
default EndpointResponse.Builder |
EndpointResponse.Builder.location(Consumer<EndpointLocation.Builder> location)
The endpoint location attributes.
|
EndpointResponse.Builder |
EndpointResponse.Builder.location(EndpointLocation location)
The endpoint location attributes.
|
EndpointResponse.Builder |
EndpointResponse.Builder.metrics(Map<String,Double> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
EndpointResponse.Builder |
EndpointResponse.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.
|
EndpointResponse.Builder |
EndpointResponse.Builder.requestId(String requestId)
The unique ID for the most recent request to update the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.toBuilder() |
default EndpointResponse.Builder |
EndpointResponse.Builder.user(Consumer<EndpointUser.Builder> user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
EndpointResponse.Builder |
EndpointResponse.Builder.user(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointResponse.Builder> |
EndpointResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetEndpointResponse.Builder |
GetEndpointResponse.Builder.endpointResponse(Consumer<EndpointResponse.Builder> endpointResponse)
Sets the value of the EndpointResponse property for this object.
|
default DeleteEndpointResponse.Builder |
DeleteEndpointResponse.Builder.endpointResponse(Consumer<EndpointResponse.Builder> endpointResponse)
Sets the value of the EndpointResponse property for this object.
|
Copyright © 2018. All rights reserved.