| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointRequest.Builder |
EndpointRequest.Builder.address(String address)
The destination address for messages or push notifications that you send to the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.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 EndpointRequest.Builder |
EndpointRequest.builder() |
EndpointRequest.Builder |
EndpointRequest.Builder.channelType(ChannelType channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.Builder.channelType(String channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
default EndpointRequest.Builder |
EndpointRequest.Builder.demographic(Consumer<EndpointDemographic.Builder> demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointRequest.Builder |
EndpointRequest.Builder.demographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointRequest.Builder |
EndpointRequest.Builder.effectiveDate(String effectiveDate)
The date and time, in ISO 8601 format, when the endpoint is updated.
|
EndpointRequest.Builder |
EndpointRequest.Builder.endpointStatus(String endpointStatus)
Specifies whether to send messages or push notifications to the endpoint.
|
default EndpointRequest.Builder |
EndpointRequest.Builder.location(Consumer<EndpointLocation.Builder> location)
The geographic information for the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.Builder.location(EndpointLocation location)
The geographic information for the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.Builder.metrics(Map<String,Double> metrics)
One or more custom metrics that your app reports to Amazon Pinpoint for the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.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.
|
EndpointRequest.Builder |
EndpointRequest.Builder.requestId(String requestId)
The unique identifier for the most recent request to update the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.toBuilder() |
default EndpointRequest.Builder |
EndpointRequest.Builder.user(Consumer<EndpointUser.Builder> user)
One or more custom user attributes that describe the user who's associated with the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.Builder.user(EndpointUser user)
One or more custom user attributes that describe the user who's associated with the endpoint.
|
| 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 © 2019. All rights reserved.