public static interface ActivitiesResponse.Builder extends SdkPojo, CopyableBuilder<ActivitiesResponse.Builder,ActivitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ActivitiesResponse.Builder |
item(ActivityResponse... item)
An array of responses, one for each activity that was performed by the campaign.
|
ActivitiesResponse.Builder |
item(Collection<ActivityResponse> item)
An array of responses, one for each activity that was performed by the campaign.
|
ActivitiesResponse.Builder |
item(Consumer<ActivityResponse.Builder>... item)
An array of responses, one for each activity that was performed by the campaign.
|
ActivitiesResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActivitiesResponse.Builder item(Collection<ActivityResponse> item)
An array of responses, one for each activity that was performed by the campaign.
item - An array of responses, one for each activity that was performed by the campaign.ActivitiesResponse.Builder item(ActivityResponse... item)
An array of responses, one for each activity that was performed by the campaign.
item - An array of responses, one for each activity that was performed by the campaign.ActivitiesResponse.Builder item(Consumer<ActivityResponse.Builder>... item)
An array of responses, one for each activity that was performed by the campaign.
This is a convenience method that creates an instance of theActivityResponse.Builder avoiding the need to create
one manually via ActivityResponse.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #item(List.
item - a consumer that will call methods on
ActivityResponse.Builder#item(java.util.Collection) ActivitiesResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2023. All rights reserved.