public static interface ListDomainDeliverabilityCampaignsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDomainDeliverabilityCampaignsRequest.Builder startDate(Instant startDate)
The first day that you want to obtain deliverability data for.
startDate - The first day that you want to obtain deliverability data for.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.
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.ListDomainDeliverabilityCampaignsRequest.Builder subscribedDomain(String subscribedDomain)
The domain to obtain deliverability data for.
subscribedDomain - The domain to obtain deliverability data for.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.
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.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.
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.ListDomainDeliverabilityCampaignsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDomainDeliverabilityCampaignsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.