public static interface GetDomainStatisticsReportResponse.Builder extends PinpointEmailResponse.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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDomainStatisticsReportResponse.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.BuilderoverallVolume(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.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #dailyVolumes(List) .dailyVolumes - a consumer that will call methods on List.Builder #dailyVolumes(List) Copyright © 2021. All rights reserved.