Class EncryptionAtRestOptions
- java.lang.Object
-
- software.amazon.awssdk.services.elasticsearch.model.EncryptionAtRestOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
@Generated("software.amazon.awssdk:codegen") public final class EncryptionAtRestOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
Specifies the Encryption At Rest Options.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEncryptionAtRestOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EncryptionAtRestOptions.Builderbuilder()Booleanenabled()Specifies the option to enable Encryption At Rest.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyId()Specifies the KMS Key ID for Encryption At Rest options.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends EncryptionAtRestOptions.Builder>serializableBuilderClass()EncryptionAtRestOptions.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()
Specifies the option to enable Encryption At Rest.
- Returns:
- Specifies the option to enable Encryption At Rest.
-
kmsKeyId
public final String kmsKeyId()
Specifies the KMS Key ID for Encryption At Rest options.
- Returns:
- Specifies the KMS Key ID for Encryption At Rest options.
-
toBuilder
public EncryptionAtRestOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
-
builder
public static EncryptionAtRestOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends EncryptionAtRestOptions.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-