Class DataCatalogEncryptionSettings
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DataCatalogEncryptionSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataCatalogEncryptionSettings.Builder,DataCatalogEncryptionSettings>
@Generated("software.amazon.awssdk:codegen") public final class DataCatalogEncryptionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataCatalogEncryptionSettings.Builder,DataCatalogEncryptionSettings>
Contains configuration information for maintaining Data Catalog security.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataCatalogEncryptionSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataCatalogEncryptionSettings.Builderbuilder()ConnectionPasswordEncryptionconnectionPasswordEncryption()When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part ofCreateConnectionorUpdateConnectionand store it in theENCRYPTED_PASSWORDfield in the connection properties.EncryptionAtRestencryptionAtRest()Specifies the encryption-at-rest configuration for the Data Catalog.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DataCatalogEncryptionSettings.Builder>serializableBuilderClass()DataCatalogEncryptionSettings.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
-
encryptionAtRest
public final EncryptionAtRest encryptionAtRest()
Specifies the encryption-at-rest configuration for the Data Catalog.
- Returns:
- Specifies the encryption-at-rest configuration for the Data Catalog.
-
connectionPasswordEncryption
public final ConnectionPasswordEncryption connectionPasswordEncryption()
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of
CreateConnectionorUpdateConnectionand store it in theENCRYPTED_PASSWORDfield in the connection properties. You can enable catalog encryption or only password encryption.- Returns:
- When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt
the password as part of
CreateConnectionorUpdateConnectionand store it in theENCRYPTED_PASSWORDfield in the connection properties. You can enable catalog encryption or only password encryption.
-
toBuilder
public DataCatalogEncryptionSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataCatalogEncryptionSettings.Builder,DataCatalogEncryptionSettings>
-
builder
public static DataCatalogEncryptionSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataCatalogEncryptionSettings.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.
-
-