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)
CampaignSummary.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 #campaignSummaryList(List.
campaignSummaryList - a consumer that will call methods on
CampaignSummary.Builder#campaignSummaryList(java.util.Collection) ListCampaignsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2023. All rights reserved.