public static interface GetDomainStatisticsReportRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<GetDomainStatisticsReportRequest.Builder,GetDomainStatisticsReportRequest>
Modifier and Type | Method and Description |
---|---|
GetDomainStatisticsReportRequest.Builder |
domain(String domain)
The domain that you want to obtain deliverability metrics for.
|
GetDomainStatisticsReportRequest.Builder |
endDate(Instant endDate)
The last day (in Unix time) that you want to obtain domain deliverability metrics for.
|
GetDomainStatisticsReportRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDomainStatisticsReportRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDomainStatisticsReportRequest.Builder |
startDate(Instant startDate)
The first day (in Unix time) that you want to obtain domain deliverability metrics for.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDomainStatisticsReportRequest.Builder domain(String domain)
The domain that you want to obtain deliverability metrics for.
domain
- The domain that you want to obtain deliverability metrics for.GetDomainStatisticsReportRequest.Builder startDate(Instant startDate)
The first day (in Unix time) that you want to obtain domain deliverability metrics for.
startDate
- The first day (in Unix time) that you want to obtain domain deliverability metrics for.GetDomainStatisticsReportRequest.Builder endDate(Instant endDate)
The last day (in Unix time) that you want to obtain domain deliverability metrics for. The
EndDate
that you specify has to be less than or equal to 30 days after the
StartDate
.
endDate
- The last day (in Unix time) that you want to obtain domain deliverability metrics for. The
EndDate
that you specify has to be less than or equal to 30 days after the
StartDate
.GetDomainStatisticsReportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetDomainStatisticsReportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.