Interface ListDomainDeliverabilityCampaignsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDomainDeliverabilityCampaignsResponse.Builder,,- ListDomainDeliverabilityCampaignsResponse> - PinpointEmailResponse.Builder,- SdkBuilder<ListDomainDeliverabilityCampaignsResponse.Builder,,- ListDomainDeliverabilityCampaignsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDomainDeliverabilityCampaignsResponse
@Mutable
@NotThreadSafe
public static interface ListDomainDeliverabilityCampaignsResponse.Builder
extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<ListDomainDeliverabilityCampaignsResponse.Builder,ListDomainDeliverabilityCampaignsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondomainDeliverabilityCampaigns(Collection<DomainDeliverabilityCampaign> domainDeliverabilityCampaigns) An array of responses, one for each campaign that used the domain to send email during the specified time range.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.domainDeliverabilityCampaigns(DomainDeliverabilityCampaign... domainDeliverabilityCampaigns) An array of responses, one for each campaign that used the domain to send email during the specified time range.A token that’s returned from a previous call to theListDomainDeliverabilityCampaignsoperation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.pinpointemail.model.PinpointEmailResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
domainDeliverabilityCampaignsListDomainDeliverabilityCampaignsResponse.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. - Parameters:
- domainDeliverabilityCampaigns- An array of responses, one for each campaign that used the domain to send email during the specified time range.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainDeliverabilityCampaignsListDomainDeliverabilityCampaignsResponse.Builder domainDeliverabilityCampaigns(DomainDeliverabilityCampaign... domainDeliverabilityCampaigns) An array of responses, one for each campaign that used the domain to send email during the specified time range. - Parameters:
- domainDeliverabilityCampaigns- An array of responses, one for each campaign that used the domain to send email during the specified time range.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainDeliverabilityCampaignsListDomainDeliverabilityCampaignsResponse.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.Builderavoiding the need to create one manually viaDomainDeliverabilityCampaign.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainDeliverabilityCampaigns(List<DomainDeliverabilityCampaign>).- Parameters:
- domainDeliverabilityCampaigns- a consumer that will call methods on- DomainDeliverabilityCampaign.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA token that’s returned from a previous call to the ListDomainDeliverabilityCampaignsoperation. This token indicates the position of the campaign in the list of campaigns.- Parameters:
- nextToken- A token that’s returned from a previous call to the- ListDomainDeliverabilityCampaignsoperation. This token indicates the position of the campaign in the list of campaigns.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-