| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ActivityResponse.Builder |
ActivityResponse.Builder.applicationId(String applicationId)
The ID of the application to which the campaign applies.
|
static ActivityResponse.Builder |
ActivityResponse.builder() |
ActivityResponse.Builder |
ActivityResponse.Builder.campaignId(String campaignId)
The ID of the campaign to which the activity applies.
|
ActivityResponse.Builder |
ActivityResponse.Builder.end(String end)
The actual time the activity was marked CANCELLED or COMPLETED.
|
ActivityResponse.Builder |
ActivityResponse.Builder.id(String id)
The unique activity ID.
|
ActivityResponse.Builder |
ActivityResponse.Builder.result(String result)
Indicates whether the activity succeeded.
|
ActivityResponse.Builder |
ActivityResponse.Builder.scheduledStart(String scheduledStart)
The scheduled start time for the activity in ISO 8601 format.
|
ActivityResponse.Builder |
ActivityResponse.Builder.start(String start)
The actual start time of the activity in ISO 8601 format.
|
ActivityResponse.Builder |
ActivityResponse.Builder.state(String state)
The state of the activity.
|
ActivityResponse.Builder |
ActivityResponse.Builder.successfulEndpointCount(Integer successfulEndpointCount)
The total number of endpoints to which the campaign successfully delivered messages.
|
ActivityResponse.Builder |
ActivityResponse.Builder.timezonesCompletedCount(Integer timezonesCompletedCount)
The total number of timezones completed.
|
ActivityResponse.Builder |
ActivityResponse.Builder.timezonesTotalCount(Integer timezonesTotalCount)
The total number of unique timezones present in the segment.
|
ActivityResponse.Builder |
ActivityResponse.toBuilder() |
ActivityResponse.Builder |
ActivityResponse.Builder.totalEndpointCount(Integer totalEndpointCount)
The total number of endpoints to which the campaign attempts to deliver messages.
|
ActivityResponse.Builder |
ActivityResponse.Builder.treatmentId(String treatmentId)
The ID of a variation of the campaign used for A/B testing.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActivityResponse.Builder> |
ActivityResponse.serializableBuilderClass() |
Copyright © 2018. All rights reserved.