public static interface DeliveryOptions.Builder extends SdkPojo, CopyableBuilder<DeliveryOptions.Builder,DeliveryOptions>
| Modifier and Type | Method and Description |
|---|---|
DeliveryOptions.Builder |
sendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
|
DeliveryOptions.Builder |
tlsPolicy(String tlsPolicy)
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS).
|
DeliveryOptions.Builder |
tlsPolicy(TlsPolicy tlsPolicy)
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeliveryOptions.Builder tlsPolicy(String tlsPolicy)
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS). If this value is set to Require, Amazon
Pinpoint will bounce email messages that cannot be delivered over TLS. The default value is
Optional.
tlsPolicy - Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection
that’s encrypted by using Transport Layer Security (TLS). If this value is set to Require
, Amazon Pinpoint will bounce email messages that cannot be delivered over TLS. The default value is
Optional.TlsPolicy,
TlsPolicyDeliveryOptions.Builder tlsPolicy(TlsPolicy tlsPolicy)
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS). If this value is set to Require, Amazon
Pinpoint will bounce email messages that cannot be delivered over TLS. The default value is
Optional.
tlsPolicy - Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection
that’s encrypted by using Transport Layer Security (TLS). If this value is set to Require
, Amazon Pinpoint will bounce email messages that cannot be delivered over TLS. The default value is
Optional.TlsPolicy,
TlsPolicyDeliveryOptions.Builder sendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
sendingPoolName - The name of the dedicated IP pool that you want to associate with the configuration set.Copyright © 2019. All rights reserved.