public static interface ActivityResponse.Builder extends CopyableBuilder<ActivityResponse.Builder,ActivityResponse>
| Modifier and Type | Method and Description |
|---|---|
ActivityResponse.Builder |
applicationId(String applicationId)
The ID of the application to which the campaign applies.
|
ActivityResponse.Builder |
campaignId(String campaignId)
The ID of the campaign to which the activity applies.
|
ActivityResponse.Builder |
end(String end)
The actual time the activity was marked CANCELLED or COMPLETED.
|
ActivityResponse.Builder |
id(String id)
The unique activity ID.
|
ActivityResponse.Builder |
result(String result)
Indicates whether the activity succeeded.
|
ActivityResponse.Builder |
scheduledStart(String scheduledStart)
The scheduled start time for the activity in ISO 8601 format.
|
ActivityResponse.Builder |
start(String start)
The actual start time of the activity in ISO 8601 format.
|
ActivityResponse.Builder |
state(String state)
The state of the activity.
|
ActivityResponse.Builder |
successfulEndpointCount(Integer successfulEndpointCount)
The total number of endpoints to which the campaign successfully delivered messages.
|
ActivityResponse.Builder |
timezonesCompletedCount(Integer timezonesCompletedCount)
The total number of timezones completed.
|
ActivityResponse.Builder |
timezonesTotalCount(Integer timezonesTotalCount)
The total number of unique timezones present in the segment.
|
ActivityResponse.Builder |
totalEndpointCount(Integer totalEndpointCount)
The total number of endpoints to which the campaign attempts to deliver messages.
|
ActivityResponse.Builder |
treatmentId(String treatmentId)
The ID of a variation of the campaign used for A/B testing.
|
copyapply, buildActivityResponse.Builder applicationId(String applicationId)
applicationId - The ID of the application to which the campaign applies.ActivityResponse.Builder campaignId(String campaignId)
campaignId - The ID of the campaign to which the activity applies.ActivityResponse.Builder end(String end)
end - The actual time the activity was marked CANCELLED or COMPLETED. Provided in ISO 8601 format.ActivityResponse.Builder id(String id)
id - The unique activity ID.ActivityResponse.Builder result(String result)
result - Indicates whether the activity succeeded.
Valid values: SUCCESS, FAILActivityResponse.Builder scheduledStart(String scheduledStart)
scheduledStart - The scheduled start time for the activity in ISO 8601 format.ActivityResponse.Builder start(String start)
start - The actual start time of the activity in ISO 8601 format.ActivityResponse.Builder state(String state)
state - The state of the activity.
Valid values: PENDING, INITIALIZING, RUNNING, PAUSED, CANCELLED, COMPLETEDActivityResponse.Builder successfulEndpointCount(Integer successfulEndpointCount)
successfulEndpointCount - The total number of endpoints to which the campaign successfully delivered messages.ActivityResponse.Builder timezonesCompletedCount(Integer timezonesCompletedCount)
timezonesCompletedCount - The total number of timezones completed.ActivityResponse.Builder timezonesTotalCount(Integer timezonesTotalCount)
timezonesTotalCount - The total number of unique timezones present in the segment.ActivityResponse.Builder totalEndpointCount(Integer totalEndpointCount)
totalEndpointCount - The total number of endpoints to which the campaign attempts to deliver messages.ActivityResponse.Builder treatmentId(String treatmentId)
treatmentId - The ID of a variation of the campaign used for A/B testing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.