Interface GetDomainStatisticsReportResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetDomainStatisticsReportResponse.Builder,,- GetDomainStatisticsReportResponse> - SdkBuilder<GetDomainStatisticsReportResponse.Builder,,- GetDomainStatisticsReportResponse> - SdkPojo,- SdkResponse.Builder,- SesV2Response.Builder
- Enclosing class:
- GetDomainStatisticsReportResponse
- 
Method SummaryModifier and TypeMethodDescriptiondailyVolumes(Collection<DailyVolume> dailyVolumes) An object that contains deliverability metrics for the domain that you specified.dailyVolumes(Consumer<DailyVolume.Builder>... dailyVolumes) An object that contains deliverability metrics for the domain that you specified.dailyVolumes(DailyVolume... dailyVolumes) An object that contains deliverability metrics for the domain that you specified.overallVolume(Consumer<OverallVolume.Builder> overallVolume) An object that contains deliverability metrics for the domain that you specified.overallVolume(OverallVolume overallVolume) An object that contains deliverability metrics for the domain that you specified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
overallVolumeAn 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 StartDateto theEndDate.- Parameters:
- 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- StartDateto the- EndDate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overallVolumedefault 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 This is a convenience method that creates an instance of theStartDateto theEndDate.OverallVolume.Builderavoiding the need to create one manually viaOverallVolume.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooverallVolume(OverallVolume).- Parameters:
- overallVolume- a consumer that will call methods on- OverallVolume.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
dailyVolumesAn object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the StartDateand ending on theEndDate.- Parameters:
- dailyVolumes- An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the- StartDateand ending on the- EndDate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dailyVolumesAn object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the StartDateand ending on theEndDate.- Parameters:
- dailyVolumes- An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the- StartDateand ending on the- EndDate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dailyVolumesGetDomainStatisticsReportResponse.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 This is a convenience method that creates an instance of theStartDateand ending on theEndDate.DailyVolume.Builderavoiding the need to create one manually viaDailyVolume.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todailyVolumes(List<DailyVolume>).- Parameters:
- dailyVolumes- a consumer that will call methods on- DailyVolume.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-