public static interface ListDomainDeliverabilityCampaignsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>
Modifier and Type | Method and Description |
---|---|
ListDomainDeliverabilityCampaignsRequest.Builder |
endDate(Instant endDate)
The last day, in Unix time format, that you want to obtain deliverability data for.
|
ListDomainDeliverabilityCampaignsRequest.Builder |
nextToken(String nextToken)
A token that’s returned from a previous call to the
ListDomainDeliverabilityCampaigns operation. |
ListDomainDeliverabilityCampaignsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDomainDeliverabilityCampaignsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDomainDeliverabilityCampaignsRequest.Builder |
pageSize(Integer pageSize)
The maximum number of results to include in response to a single call to the
ListDomainDeliverabilityCampaigns operation. |
ListDomainDeliverabilityCampaignsRequest.Builder |
startDate(Instant startDate)
The first day, in Unix time format, that you want to obtain deliverability data for.
|
ListDomainDeliverabilityCampaignsRequest.Builder |
subscribedDomain(String subscribedDomain)
The domain to obtain deliverability data for.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDomainDeliverabilityCampaignsRequest.Builder startDate(Instant startDate)
The first day, in Unix time format, that you want to obtain deliverability data for.
startDate
- The first day, in Unix time format, that you want to obtain deliverability data for.ListDomainDeliverabilityCampaignsRequest.Builder endDate(Instant endDate)
The last day, in Unix time format, 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, in Unix time format, 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.Builder
ListDomainDeliverabilityCampaignsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.