public static interface ListCampaignsResponse.Builder extends ConnectCampaignsResponse.Builder, SdkPojo, CopyableBuilder<ListCampaignsResponse.Builder,ListCampaignsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCampaignsResponse.Builder |
campaignSummaryList(CampaignSummary... campaignSummaryList)
Sets the value of the CampaignSummaryList property for this object.
|
ListCampaignsResponse.Builder |
campaignSummaryList(Collection<CampaignSummary> campaignSummaryList)
Sets the value of the CampaignSummaryList property for this object.
|
ListCampaignsResponse.Builder |
campaignSummaryList(Consumer<CampaignSummary.Builder>... campaignSummaryList)
Sets the value of the CampaignSummaryList property for this object.
|
ListCampaignsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCampaignsResponse.Builder campaignSummaryList(Collection<CampaignSummary> campaignSummaryList)
campaignSummaryList - The new value for the CampaignSummaryList property for this object.ListCampaignsResponse.Builder campaignSummaryList(CampaignSummary... campaignSummaryList)
campaignSummaryList - The new value for the CampaignSummaryList property for this object.ListCampaignsResponse.Builder campaignSummaryList(Consumer<CampaignSummary.Builder>... campaignSummaryList)
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #campaignSummaryList(List) .campaignSummaryList - a consumer that will call methods on List.Builder #campaignSummaryList(List) ListCampaignsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2022. All rights reserved.