@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataCatalogEncryptionSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataCatalogEncryptionSettings.Builder |
builder() |
ConnectionPasswordEncryption |
connectionPasswordEncryption()
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the
password as part of
CreateConnection or UpdateConnection and store it in the
ENCRYPTED_PASSWORD field in the connection properties. |
EncryptionAtRest |
encryptionAtRest()
Specifies the encryption-at-rest configuration for the Data Catalog.
|
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 DataCatalogEncryptionSettings.Builder> |
serializableBuilderClass() |
DataCatalogEncryptionSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EncryptionAtRest encryptionAtRest()
Specifies the encryption-at-rest configuration for the Data Catalog.
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 CreateConnection or UpdateConnection and store it in the
ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only
password encryption.
CreateConnection or UpdateConnection and store it in
the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption
or only password encryption.public DataCatalogEncryptionSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataCatalogEncryptionSettings.Builder,DataCatalogEncryptionSettings>public static DataCatalogEncryptionSettings.Builder builder()
public static Class<? extends DataCatalogEncryptionSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.