Interface ListDomainDeliverabilityCampaignsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>,SdkBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>,SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- ListDomainDeliverabilityCampaignsRequest
@Mutable @NotThreadSafe public static interface ListDomainDeliverabilityCampaignsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListDomainDeliverabilityCampaignsRequest.Builder,ListDomainDeliverabilityCampaignsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
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
StartDateparameter.- 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 theStartDateparameter.- 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
ListDomainDeliverabilityCampaignsoperation. 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 theListDomainDeliverabilityCampaignsoperation. 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
ListDomainDeliverabilityCampaignsoperation. If the number of results is larger than the number that you specify in this parameter, the response includes aNextTokenelement, which you can use to obtain additional results.- Parameters:
pageSize- The maximum number of results to include in response to a single call to theListDomainDeliverabilityCampaignsoperation. If the number of results is larger than the number that you specify in this parameter, the response includes aNextTokenelement, which you can use to obtain additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDomainDeliverabilityCampaignsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDomainDeliverabilityCampaignsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-