Interface ListDomainDeliverabilityCampaignsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>, SdkBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>, SdkPojo, SdkRequest.Builder, SesV2Request.Builder
Enclosing class:
ListDomainDeliverabilityCampaignsRequest

public static interface ListDomainDeliverabilityCampaignsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>
  • Method Details

    • 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

      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

      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

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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.