| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ActivityResponse.Builder |
ActivityResponse.Builder.applicationId(String applicationId)
The unique identifier for the application that the campaign applies to.
|
static ActivityResponse.Builder |
ActivityResponse.builder() |
ActivityResponse.Builder |
ActivityResponse.Builder.campaignId(String campaignId)
The unique identifier for the campaign that the activity applies to.
|
ActivityResponse.Builder |
ActivityResponse.Builder.end(String end)
The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.
|
ActivityResponse.Builder |
ActivityResponse.Builder.id(String id)
The unique identifier for the activity.
|
ActivityResponse.Builder |
ActivityResponse.Builder.result(String result)
Specifies whether the activity succeeded.
|
ActivityResponse.Builder |
ActivityResponse.Builder.scheduledStart(String scheduledStart)
The scheduled start time, in ISO 8601 format, for the activity.
|
ActivityResponse.Builder |
ActivityResponse.Builder.start(String start)
The actual start time, in ISO 8601 format, of the activity.
|
ActivityResponse.Builder |
ActivityResponse.Builder.state(String state)
The state of the activity.
|
ActivityResponse.Builder |
ActivityResponse.Builder.successfulEndpointCount(Integer successfulEndpointCount)
The total number of endpoints that the campaign successfully delivered messages to.
|
ActivityResponse.Builder |
ActivityResponse.Builder.timezonesCompletedCount(Integer timezonesCompletedCount)
The total number of time zones that were completed.
|
ActivityResponse.Builder |
ActivityResponse.Builder.timezonesTotalCount(Integer timezonesTotalCount)
The total number of unique time zones that are in the segment for the campaign.
|
ActivityResponse.Builder |
ActivityResponse.toBuilder() |
ActivityResponse.Builder |
ActivityResponse.Builder.totalEndpointCount(Integer totalEndpointCount)
The total number of endpoints that the campaign attempted to deliver messages to.
|
ActivityResponse.Builder |
ActivityResponse.Builder.treatmentId(String treatmentId)
The unique identifier for the campaign treatment that the activity applies to.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActivityResponse.Builder> |
ActivityResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.