@Generated(value="software.amazon.awssdk:codegen") public final class DeliveryOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeliveryOptions.Builder,DeliveryOptions>
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeliveryOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeliveryOptions.Builder> |
serializableBuilderClass() |
TlsPolicy |
tlsPolicy()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
String |
tlsPolicyAsString()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
DeliveryOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TlsPolicy tlsPolicy()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If
the value is Require, messages are only delivered if a TLS connection can be established. If the
value is Optional, messages can be delivered in plain text if a TLS connection can't be established.
If the service returns an enum value that is not available in the current SDK version, tlsPolicy will
return TlsPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tlsPolicyAsString().
Require, messages are only delivered if a TLS connection can be
established. If the value is Optional, messages can be delivered in plain text if a TLS
connection can't be established.TlsPolicypublic final String tlsPolicyAsString()
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If
the value is Require, messages are only delivered if a TLS connection can be established. If the
value is Optional, messages can be delivered in plain text if a TLS connection can't be established.
If the service returns an enum value that is not available in the current SDK version, tlsPolicy will
return TlsPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
tlsPolicyAsString().
Require, messages are only delivered if a TLS connection can be
established. If the value is Optional, messages can be delivered in plain text if a TLS
connection can't be established.TlsPolicypublic DeliveryOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeliveryOptions.Builder,DeliveryOptions>public static DeliveryOptions.Builder builder()
public static Class<? extends DeliveryOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.