Uses of Interface
software.amazon.awssdk.services.glue.model.ConnectionPasswordEncryption.Builder
-
Packages that use ConnectionPasswordEncryption.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConnectionPasswordEncryption.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ConnectionPasswordEncryption.Builder Modifier and Type Method Description ConnectionPasswordEncryption.BuilderConnectionPasswordEncryption.Builder. awsKmsKeyId(String awsKmsKeyId)An KMS key that is used to encrypt the connection password.static ConnectionPasswordEncryption.BuilderConnectionPasswordEncryption. builder()ConnectionPasswordEncryption.BuilderConnectionPasswordEncryption.Builder. returnConnectionPasswordEncrypted(Boolean returnConnectionPasswordEncrypted)When theReturnConnectionPasswordEncryptedflag is set to "true", passwords remain encrypted in the responses ofGetConnectionandGetConnections.ConnectionPasswordEncryption.BuilderConnectionPasswordEncryption. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ConnectionPasswordEncryption.Builder Modifier and Type Method Description static Class<? extends ConnectionPasswordEncryption.Builder>ConnectionPasswordEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ConnectionPasswordEncryption.Builder Modifier and Type Method Description default DataCatalogEncryptionSettings.BuilderDataCatalogEncryptionSettings.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 ofCreateConnectionorUpdateConnectionand store it in theENCRYPTED_PASSWORDfield in the connection properties.
-