| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointRequest.Builder |
EndpointRequest.Builder.address(String address)
The destination for messages that you send to this endpoint.
|
EndpointRequest.Builder |
EndpointRequest.Builder.attributes(Map<String,? extends Collection<String>> attributes)
Custom attributes that describe the endpoint by associating a name with an array of values.
|
static EndpointRequest.Builder |
EndpointRequest.builder() |
EndpointRequest.Builder |
EndpointRequest.Builder.channelType(ChannelType channelType)
The channel type.
|
EndpointRequest.Builder |
EndpointRequest.Builder.channelType(String channelType)
The channel type.
|
default EndpointRequest.Builder |
EndpointRequest.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
Demographic attributes for the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.Builder.demographic(EndpointDemographic demographic)
Demographic attributes for the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.Builder.effectiveDate(String effectiveDate)
The date and time when the endpoint was updated, shown in ISO 8601 format.
|
EndpointRequest.Builder |
EndpointRequest.Builder.endpointStatus(String endpointStatus)
Unused.
|
default EndpointRequest.Builder |
EndpointRequest.Builder.location(Consumer<EndpointLocation.Builder> location)
The endpoint location attributes.
|
EndpointRequest.Builder |
EndpointRequest.Builder.location(EndpointLocation location)
The endpoint location attributes.
|
EndpointRequest.Builder |
EndpointRequest.Builder.metrics(Map<String,Double> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
EndpointRequest.Builder |
EndpointRequest.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.
|
EndpointRequest.Builder |
EndpointRequest.Builder.requestId(String requestId)
The unique ID for the most recent request to update the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.toBuilder() |
default EndpointRequest.Builder |
EndpointRequest.Builder.user(Consumer<EndpointUser.Builder> user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
EndpointRequest.Builder |
EndpointRequest.Builder.user(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointRequest.Builder> |
EndpointRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEndpointRequest.Builder |
UpdateEndpointRequest.Builder.endpointRequest(Consumer<EndpointRequest.Builder> endpointRequest)
Sets the value of the EndpointRequest property for this object.
|
Copyright © 2018. All rights reserved.