Interface ListDomainDeliverabilityCampaignsRequest.Builder

    • Method Detail

      • startDate

        ListDomainDeliverabilityCampaignsRequest.Builder startDate​(Instant startDate)

        The first day that you want to obtain deliverability data for.

        Parameters:
        startDate - The first day that you want to obtain deliverability data for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDate

        ListDomainDeliverabilityCampaignsRequest.Builder endDate​(Instant endDate)

        The last day that you want to obtain deliverability data for. This value has to be less than or equal to 30 days after the value of the StartDate parameter.

        Parameters:
        endDate - The last day that you want to obtain deliverability data for. This value has to be less than or equal to 30 days after the value of the StartDate parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subscribedDomain

        ListDomainDeliverabilityCampaignsRequest.Builder subscribedDomain​(String subscribedDomain)

        The domain to obtain deliverability data for.

        Parameters:
        subscribedDomain - The domain to obtain deliverability data for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDomainDeliverabilityCampaignsRequest.Builder nextToken​(String nextToken)

        A token that’s returned from a previous call to the ListDomainDeliverabilityCampaigns operation. This token indicates the position of a 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 a campaign in the list of campaigns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageSize

        ListDomainDeliverabilityCampaignsRequest.Builder pageSize​(Integer pageSize)

        The maximum number of results to include in response to a single call to the ListDomainDeliverabilityCampaigns operation. If the number of results is larger than the number that you specify in this parameter, the response includes a NextToken element, which you can use to obtain additional results.

        Parameters:
        pageSize - The maximum number of results to include in response to a single call to the ListDomainDeliverabilityCampaigns operation. If the number of results is larger than the number that you specify in this parameter, the response includes a NextToken element, which you can use to obtain additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.