@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliveryOptions extends Object implements Serializable, Cloneable, StructuredPojo
Used to associate a configuration set with a dedicated IP pool.
| Constructor and Description |
|---|
DeliveryOptions() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryOptions |
clone() |
boolean |
equals(Object obj) |
String |
getSendingPoolName()
The name of the dedicated IP pool that you want to associate with the configuration set.
|
String |
getTlsPolicy()
Specifies whether Amazon Pinpoint should require that incoming email is delivered over a connection that’s
encrypted by using Transport Layer Security (TLS).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
|
void |
setTlsPolicy(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).
|
String |
toString()
Returns a string representation of this object.
|
DeliveryOptions |
withSendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
|
DeliveryOptions |
withTlsPolicy(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 |
withTlsPolicy(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).
|
public void setTlsPolicy(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.TlsPolicypublic String getTlsPolicy()
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.
Require,
Amazon Pinpoint will bounce email messages that cannot be delivered over TLS. The default value is
Optional.TlsPolicypublic DeliveryOptions withTlsPolicy(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.TlsPolicypublic DeliveryOptions withTlsPolicy(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.TlsPolicypublic void setSendingPoolName(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.public String getSendingPoolName()
The name of the dedicated IP pool that you want to associate with the configuration set.
public DeliveryOptions withSendingPoolName(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.public String toString()
toString in class ObjectObject.toString()public DeliveryOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.