| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static DataCatalogEncryptionSettings.Builder |
DataCatalogEncryptionSettings.builder() |
DataCatalogEncryptionSettings.Builder |
DataCatalogEncryptionSettings.Builder.connectionPasswordEncryption(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. |
default DataCatalogEncryptionSettings.Builder |
DataCatalogEncryptionSettings.Builder.connectionPasswordEncryption(Consumer<ConnectionPasswordEncryption.Builder> 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. |
default DataCatalogEncryptionSettings.Builder |
DataCatalogEncryptionSettings.Builder.encryptionAtRest(Consumer<EncryptionAtRest.Builder> encryptionAtRest)
Specifies the encryption-at-rest configuration for the Data Catalog.
|
DataCatalogEncryptionSettings.Builder |
DataCatalogEncryptionSettings.Builder.encryptionAtRest(EncryptionAtRest encryptionAtRest)
Specifies the encryption-at-rest configuration for the Data Catalog.
|
DataCatalogEncryptionSettings.Builder |
DataCatalogEncryptionSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataCatalogEncryptionSettings.Builder> |
DataCatalogEncryptionSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDataCatalogEncryptionSettingsResponse.Builder |
GetDataCatalogEncryptionSettingsResponse.Builder.dataCatalogEncryptionSettings(Consumer<DataCatalogEncryptionSettings.Builder> dataCatalogEncryptionSettings)
The requested security configuration.
|
default PutDataCatalogEncryptionSettingsRequest.Builder |
PutDataCatalogEncryptionSettingsRequest.Builder.dataCatalogEncryptionSettings(Consumer<DataCatalogEncryptionSettings.Builder> dataCatalogEncryptionSettings)
The security configuration to set.
|
Copyright © 2023. All rights reserved.