public static interface GetDataCatalogEncryptionSettingsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetDataCatalogEncryptionSettingsResponse.Builder,GetDataCatalogEncryptionSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDataCatalogEncryptionSettingsResponse.Builder |
dataCatalogEncryptionSettings(Consumer<DataCatalogEncryptionSettings.Builder> dataCatalogEncryptionSettings)
The requested security configuration.
|
GetDataCatalogEncryptionSettingsResponse.Builder |
dataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The requested security configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataCatalogEncryptionSettingsResponse.Builder dataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The requested security configuration.
dataCatalogEncryptionSettings - The requested security configuration.default GetDataCatalogEncryptionSettingsResponse.Builder dataCatalogEncryptionSettings(Consumer<DataCatalogEncryptionSettings.Builder> dataCatalogEncryptionSettings)
The requested security configuration.
This is a convenience method that creates an instance of theDataCatalogEncryptionSettings.Builder
avoiding the need to create one manually via DataCatalogEncryptionSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataCatalogEncryptionSettings(DataCatalogEncryptionSettings).
dataCatalogEncryptionSettings - a consumer that will call methods on DataCatalogEncryptionSettings.BuilderdataCatalogEncryptionSettings(DataCatalogEncryptionSettings)Copyright © 2023. All rights reserved.