public static interface ListCampaignsResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<ListCampaignsResponse.Builder,ListCampaignsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCampaignsResponse.Builder |
campaignSummaries(CampaignSummary... campaignSummaries)
A summary of information about each campaign.
|
ListCampaignsResponse.Builder |
campaignSummaries(Collection<CampaignSummary> campaignSummaries)
A summary of information about each campaign.
|
ListCampaignsResponse.Builder |
campaignSummaries(Consumer<CampaignSummary.Builder>... campaignSummaries)
A summary of information about each campaign.
|
ListCampaignsResponse.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCampaignsResponse.Builder campaignSummaries(Collection<CampaignSummary> campaignSummaries)
A summary of information about each campaign.
campaignSummaries - A summary of information about each campaign.ListCampaignsResponse.Builder campaignSummaries(CampaignSummary... campaignSummaries)
A summary of information about each campaign.
campaignSummaries - A summary of information about each campaign.ListCampaignsResponse.Builder campaignSummaries(Consumer<CampaignSummary.Builder>... campaignSummaries)
A summary of information about each campaign.
This is a convenience method that creates an instance of theCampaignSummary.Builder avoiding the need to
create one manually via CampaignSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #campaignSummaries(List.
campaignSummaries - a consumer that will call methods on
CampaignSummary.Builder#campaignSummaries(java.util.Collection) ListCampaignsResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results, or null if there are no more results.
nextToken - The token to retrieve the next set of results, or null if there are no more results.Copyright © 2022. All rights reserved.