ReceiptRule.Builder |
ReceiptRule.Builder.actions(Collection<ReceiptAction> actions) |
An ordered list of actions to perform on messages that match at least one of the recipient email addresses or
domains specified in the receipt rule.
|
ReceiptRule.Builder |
ReceiptRule.Builder.actions(Consumer<ReceiptAction.Builder>... actions) |
An ordered list of actions to perform on messages that match at least one of the recipient email addresses or
domains specified in the receipt rule.
|
ReceiptRule.Builder |
ReceiptRule.Builder.actions(ReceiptAction... actions) |
An ordered list of actions to perform on messages that match at least one of the recipient email addresses or
domains specified in the receipt rule.
|
static ReceiptRule.Builder |
ReceiptRule.builder() |
|
ReceiptRule.Builder |
ReceiptRule.Builder.enabled(Boolean enabled) |
If true, the receipt rule is active.
|
ReceiptRule.Builder |
ReceiptRule.Builder.name(String name) |
The name of the receipt rule.
|
ReceiptRule.Builder |
ReceiptRule.Builder.recipients(String... recipients) |
The recipient domains and email addresses that the receipt rule applies to.
|
ReceiptRule.Builder |
ReceiptRule.Builder.recipients(Collection<String> recipients) |
The recipient domains and email addresses that the receipt rule applies to.
|
ReceiptRule.Builder |
ReceiptRule.Builder.scanEnabled(Boolean scanEnabled) |
If true, then messages that this receipt rule applies to are scanned for spam and viruses.
|
ReceiptRule.Builder |
ReceiptRule.Builder.tlsPolicy(String tlsPolicy) |
Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).
|
ReceiptRule.Builder |
ReceiptRule.Builder.tlsPolicy(TlsPolicy tlsPolicy) |
Specifies whether Amazon SES should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).
|
ReceiptRule.Builder |
ReceiptRule.toBuilder() |
|