public static interface CampaignsResponse.Builder extends SdkPojo, CopyableBuilder<CampaignsResponse.Builder,CampaignsResponse>
| Modifier and Type | Method and Description |
|---|---|
CampaignsResponse.Builder |
item(CampaignResponse... item)
An array of responses, one for each campaign that's associated with the application.
|
CampaignsResponse.Builder |
item(Collection<CampaignResponse> item)
An array of responses, one for each campaign that's associated with the application.
|
CampaignsResponse.Builder |
item(Consumer<CampaignResponse.Builder>... item)
An array of responses, one for each campaign that's associated with the application.
|
CampaignsResponse.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, buildCampaignsResponse.Builder item(Collection<CampaignResponse> item)
An array of responses, one for each campaign that's associated with the application.
item - An array of responses, one for each campaign that's associated with the application.CampaignsResponse.Builder item(CampaignResponse... item)
An array of responses, one for each campaign that's associated with the application.
item - An array of responses, one for each campaign that's associated with the application.CampaignsResponse.Builder item(Consumer<CampaignResponse.Builder>... item)
An array of responses, one for each campaign that's associated with the application.
This is a convenience method that creates an instance of theCampaignResponse.Builder avoiding the need to create
one manually via CampaignResponse.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
CampaignResponse.Builder#item(java.util.Collection) CampaignsResponse.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 © 2022. All rights reserved.