Interface DomainIspPlacement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DomainIspPlacement.Builder,DomainIspPlacement>,SdkBuilder<DomainIspPlacement.Builder,DomainIspPlacement>,SdkPojo
- Enclosing class:
- DomainIspPlacement
public static interface DomainIspPlacement.Builder extends SdkPojo, CopyableBuilder<DomainIspPlacement.Builder,DomainIspPlacement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainIspPlacement.BuilderinboxPercentage(Double inboxPercentage)The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.DomainIspPlacement.BuilderinboxRawCount(Long inboxRawCount)The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.DomainIspPlacement.BuilderispName(String ispName)The name of the email provider that the inbox placement data applies to.DomainIspPlacement.BuilderspamPercentage(Double spamPercentage)The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.DomainIspPlacement.BuilderspamRawCount(Long spamRawCount)The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.-
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, sdkFields
-
-
-
-
Method Detail
-
ispName
DomainIspPlacement.Builder ispName(String ispName)
The name of the email provider that the inbox placement data applies to.
- Parameters:
ispName- The name of the email provider that the inbox placement data applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboxRawCount
DomainIspPlacement.Builder inboxRawCount(Long inboxRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
- Parameters:
inboxRawCount- The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spamRawCount
DomainIspPlacement.Builder spamRawCount(Long spamRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
- Parameters:
spamRawCount- The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inboxPercentage
DomainIspPlacement.Builder inboxPercentage(Double inboxPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
- Parameters:
inboxPercentage- The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spamPercentage
DomainIspPlacement.Builder spamPercentage(Double spamPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
- Parameters:
spamPercentage- The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-