Class DeliveryOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeliveryOptions.Builder,DeliveryOptions>
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryOptions.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DeliveryOptions.Builder>final TlsPolicySpecifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).final StringSpecifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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 isOptional, 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,
tlsPolicywill returnTlsPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtlsPolicyAsString().- Returns:
- 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 isOptional, messages can be delivered in plain text if a TLS connection can't be established. - See Also:
-
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 isOptional, 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,
tlsPolicywill returnTlsPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtlsPolicyAsString().- Returns:
- 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 isOptional, messages can be delivered in plain text if a TLS connection can't be established. - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeliveryOptions.Builder,DeliveryOptions>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-