public static interface ListDomainDeliverabilityCampaignsResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<ListDomainDeliverabilityCampaignsResponse.Builder,ListDomainDeliverabilityCampaignsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDomainDeliverabilityCampaignsResponse.Builder |
domainDeliverabilityCampaigns(Collection<DomainDeliverabilityCampaign> domainDeliverabilityCampaigns)
An array of responses, one for each campaign that used the domain to send email during the specified time
range.
|
ListDomainDeliverabilityCampaignsResponse.Builder |
domainDeliverabilityCampaigns(Consumer<DomainDeliverabilityCampaign.Builder>... domainDeliverabilityCampaigns)
An array of responses, one for each campaign that used the domain to send email during the specified time
range.
|
ListDomainDeliverabilityCampaignsResponse.Builder |
domainDeliverabilityCampaigns(DomainDeliverabilityCampaign... domainDeliverabilityCampaigns)
An array of responses, one for each campaign that used the domain to send email during the specified time
range.
|
ListDomainDeliverabilityCampaignsResponse.Builder |
nextToken(String nextToken)
A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaigns operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainDeliverabilityCampaignsResponse.Builder domainDeliverabilityCampaigns(Collection<DomainDeliverabilityCampaign> domainDeliverabilityCampaigns)
An array of responses, one for each campaign that used the domain to send email during the specified time range.
domainDeliverabilityCampaigns - An array of responses, one for each campaign that used the domain to send email during the specified
time range.ListDomainDeliverabilityCampaignsResponse.Builder domainDeliverabilityCampaigns(DomainDeliverabilityCampaign... domainDeliverabilityCampaigns)
An array of responses, one for each campaign that used the domain to send email during the specified time range.
domainDeliverabilityCampaigns - An array of responses, one for each campaign that used the domain to send email during the specified
time range.ListDomainDeliverabilityCampaignsResponse.Builder domainDeliverabilityCampaigns(Consumer<DomainDeliverabilityCampaign.Builder>... domainDeliverabilityCampaigns)
An array of responses, one for each campaign that used the domain to send email during the specified time range.
This is a convenience method that creates an instance of theDomainDeliverabilityCampaign.Builder avoiding the
need to create one manually via
DomainDeliverabilityCampaign.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #domainDeliverabilityCampaigns(List.
domainDeliverabilityCampaigns - a consumer that will call methods on
DomainDeliverabilityCampaign.Builder#domainDeliverabilityCampaigns(java.util.Collection) ListDomainDeliverabilityCampaignsResponse.Builder nextToken(String nextToken)
A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns operation.
This token indicates the position of the campaign in the list of campaigns.
nextToken - A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns
operation. This token indicates the position of the campaign in the list of campaigns.Copyright © 2022. All rights reserved.