public static interface DataCatalogEncryptionSettings.Builder extends SdkPojo, CopyableBuilder<DataCatalogEncryptionSettings.Builder,DataCatalogEncryptionSettings>
Modifier and Type | Method and Description |
---|---|
default DataCatalogEncryptionSettings.Builder |
encryptionAtRest(Consumer<EncryptionAtRest.Builder> encryptionAtRest)
Specifies encryption-at-rest configuration for the Data Catalog.
|
DataCatalogEncryptionSettings.Builder |
encryptionAtRest(EncryptionAtRest encryptionAtRest)
Specifies encryption-at-rest configuration for the Data Catalog.
|
copy
applyMutation, build
DataCatalogEncryptionSettings.Builder encryptionAtRest(EncryptionAtRest encryptionAtRest)
Specifies encryption-at-rest configuration for the Data Catalog.
encryptionAtRest
- Specifies encryption-at-rest configuration for the Data Catalog.default DataCatalogEncryptionSettings.Builder encryptionAtRest(Consumer<EncryptionAtRest.Builder> encryptionAtRest)
Specifies encryption-at-rest configuration for the Data Catalog.
This is a convenience that creates an instance of theEncryptionAtRest.Builder
avoiding the need to
create one manually via EncryptionAtRest.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to encryptionAtRest(EncryptionAtRest)
.encryptionAtRest
- a consumer that will call methods on EncryptionAtRest.Builder
encryptionAtRest(EncryptionAtRest)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.