public static interface GetDomainStatisticsReportResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetDomainStatisticsReportResponse.Builder,GetDomainStatisticsReportResponse>
Modifier and Type | Method and Description |
---|---|
GetDomainStatisticsReportResponse.Builder |
dailyVolumes(Collection<DailyVolume> dailyVolumes)
An object that contains deliverability metrics for the domain that you specified.
|
GetDomainStatisticsReportResponse.Builder |
dailyVolumes(Consumer<DailyVolume.Builder>... dailyVolumes)
An object that contains deliverability metrics for the domain that you specified.
|
GetDomainStatisticsReportResponse.Builder |
dailyVolumes(DailyVolume... dailyVolumes)
An object that contains deliverability metrics for the domain that you specified.
|
default GetDomainStatisticsReportResponse.Builder |
overallVolume(Consumer<OverallVolume.Builder> overallVolume)
An object that contains deliverability metrics for the domain that you specified.
|
GetDomainStatisticsReportResponse.Builder |
overallVolume(OverallVolume overallVolume)
An object that contains deliverability metrics for the domain that you specified.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDomainStatisticsReportResponse.Builder overallVolume(OverallVolume overallVolume)
An object that contains deliverability metrics for the domain that you specified. The data in this object is
a summary of all of the data that was collected from the StartDate
to the EndDate
.
overallVolume
- An object that contains deliverability metrics for the domain that you specified. The data in this
object is a summary of all of the data that was collected from the StartDate
to the
EndDate
.default GetDomainStatisticsReportResponse.Builder overallVolume(Consumer<OverallVolume.Builder> overallVolume)
An object that contains deliverability metrics for the domain that you specified. The data in this object is
a summary of all of the data that was collected from the StartDate
to the EndDate
.
OverallVolume.Builder
avoiding the need
to create one manually via OverallVolume.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to overallVolume(OverallVolume)
.
overallVolume
- a consumer that will call methods on OverallVolume.Builder
overallVolume(OverallVolume)
GetDomainStatisticsReportResponse.Builder dailyVolumes(Collection<DailyVolume> dailyVolumes)
An object that contains deliverability metrics for the domain that you specified. This object contains data
for each day, starting on the StartDate
and ending on the EndDate
.
dailyVolumes
- An object that contains deliverability metrics for the domain that you specified. This object contains
data for each day, starting on the StartDate
and ending on the EndDate
.GetDomainStatisticsReportResponse.Builder dailyVolumes(DailyVolume... dailyVolumes)
An object that contains deliverability metrics for the domain that you specified. This object contains data
for each day, starting on the StartDate
and ending on the EndDate
.
dailyVolumes
- An object that contains deliverability metrics for the domain that you specified. This object contains
data for each day, starting on the StartDate
and ending on the EndDate
.GetDomainStatisticsReportResponse.Builder dailyVolumes(Consumer<DailyVolume.Builder>... dailyVolumes)
An object that contains deliverability metrics for the domain that you specified. This object contains data
for each day, starting on the StartDate
and ending on the EndDate
.
DailyVolume.Builder
avoiding the need to create one
manually via DailyVolume.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and its
result is passed to #dailyVolumes(List
.
dailyVolumes
- a consumer that will call methods on
DailyVolume.Builder
#dailyVolumes(java.util.Collection)
Copyright © 2022. All rights reserved.