Interface DailyVolume.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DailyVolume.Builder,,- DailyVolume> - SdkBuilder<DailyVolume.Builder,,- DailyVolume> - SdkPojo
- Enclosing class:
- DailyVolume
- 
Method SummaryModifier and TypeMethodDescriptiondomainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements) An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.domainIspPlacements(Consumer<DomainIspPlacement.Builder>... domainIspPlacements) An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.domainIspPlacements(DomainIspPlacement... domainIspPlacements) An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.The date that the DailyVolume metrics apply to, in Unix time.default DailyVolume.BuildervolumeStatistics(Consumer<VolumeStatistics.Builder> volumeStatistics) An object that contains inbox placement metrics for a specific day in the analysis period.volumeStatistics(VolumeStatistics volumeStatistics) An object that contains inbox placement metrics for a specific day in the analysis period.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, sdkFields
- 
Method Details- 
startDateThe date that the DailyVolume metrics apply to, in Unix time. - Parameters:
- startDate- The date that the DailyVolume metrics apply to, in Unix time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
volumeStatisticsAn object that contains inbox placement metrics for a specific day in the analysis period. - Parameters:
- volumeStatistics- An object that contains inbox placement metrics for a specific day in the analysis period.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
volumeStatisticsAn object that contains inbox placement metrics for a specific day in the analysis period. This is a convenience method that creates an instance of theVolumeStatistics.Builderavoiding the need to create one manually viaVolumeStatistics.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovolumeStatistics(VolumeStatistics).- Parameters:
- volumeStatistics- a consumer that will call methods on- VolumeStatistics.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
domainIspPlacementsAn object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider. - Parameters:
- domainIspPlacements- An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIspPlacementsAn object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider. - Parameters:
- domainIspPlacements- An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
domainIspPlacementsDailyVolume.Builder domainIspPlacements(Consumer<DomainIspPlacement.Builder>... domainIspPlacements) An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider. This is a convenience method that creates an instance of theDomainIspPlacement.Builderavoiding the need to create one manually viaDomainIspPlacement.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainIspPlacements(List<DomainIspPlacement>).- Parameters:
- domainIspPlacements- a consumer that will call methods on- DomainIspPlacement.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-