Interface ListDomainDeliverabilityCampaignsResponse.Builder

    • Method Detail

      • domainDeliverabilityCampaigns

        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.

        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.
      • domainDeliverabilityCampaigns

        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.

        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.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.