Interface PlacementStatistics.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>
,SdkBuilder<PlacementStatistics.Builder,PlacementStatistics>
,SdkPojo
- Enclosing class:
- PlacementStatistics
public static interface PlacementStatistics.Builder extends SdkPojo, CopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlacementStatistics.Builder
dkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.PlacementStatistics.Builder
inboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.PlacementStatistics.Builder
missingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.PlacementStatistics.Builder
spamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.PlacementStatistics.Builder
spfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
inboxPercentage
PlacementStatistics.Builder inboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
- Parameters:
inboxPercentage
- The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spamPercentage
PlacementStatistics.Builder spamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
- Parameters:
spamPercentage
- The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missingPercentage
PlacementStatistics.Builder missingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
- Parameters:
missingPercentage
- The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spfPercentage
PlacementStatistics.Builder spfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
- Parameters:
spfPercentage
- The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dkimPercentage
PlacementStatistics.Builder dkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
- Parameters:
dkimPercentage
- The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-