Interface VolumeStatistics.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VolumeStatistics.Builder,,- VolumeStatistics> - SdkBuilder<VolumeStatistics.Builder,,- VolumeStatistics> - SdkPojo
- Enclosing class:
- VolumeStatistics
@Mutable
@NotThreadSafe
public static interface VolumeStatistics.Builder
extends SdkPojo, CopyableBuilder<VolumeStatistics.Builder,VolumeStatistics> 
- 
Method SummaryModifier and TypeMethodDescriptioninboxRawCount(Long inboxRawCount) The total number of emails that arrived in recipients' inboxes.projectedInbox(Long projectedInbox) An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.projectedSpam(Long projectedSpam) An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.spamRawCount(Long spamRawCount) The total number of emails that arrived in recipients' spam or junk mail folders.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- 
inboxRawCountThe total number of emails that arrived in recipients' inboxes. - Parameters:
- inboxRawCount- The total number of emails that arrived in recipients' inboxes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
spamRawCountThe total number of emails that arrived in recipients' spam or junk mail folders. - Parameters:
- spamRawCount- The total number of emails that arrived in recipients' spam or junk mail folders.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectedInboxAn estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes. - Parameters:
- projectedInbox- An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
projectedSpamAn estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders. - Parameters:
- projectedSpam- An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-