Class SSESpecification
- java.lang.Object
-
- software.amazon.awssdk.services.dax.model.SSESpecification
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SSESpecification.Builder,SSESpecification>
@Generated("software.amazon.awssdk:codegen") public final class SSESpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SSESpecification.Builder,SSESpecification>
Represents the settings used to enable server-side encryption.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSSESpecification.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SSESpecification.Builderbuilder()Booleanenabled()Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SSESpecification.Builder>serializableBuilderClass()SSESpecification.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
- Returns:
- Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
-
toBuilder
public SSESpecification.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SSESpecification.Builder,SSESpecification>
-
builder
public static SSESpecification.Builder builder()
-
serializableBuilderClass
public static Class<? extends SSESpecification.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-