Class CfnDataCatalogEncryptionSettingsProps.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettingsProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataCatalogEncryptionSettingsProps>
- Enclosing interface:
CfnDataCatalogEncryptionSettingsProps
@Stability(Stable)
public static final class CfnDataCatalogEncryptionSettingsProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataCatalogEncryptionSettingsProps>
A builder for
CfnDataCatalogEncryptionSettingsProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDataCatalogEncryptionSettingsProps.getCatalogId()
dataCatalogEncryptionSettings
(IResolvable dataCatalogEncryptionSettings) Sets the value ofCfnDataCatalogEncryptionSettingsProps.getDataCatalogEncryptionSettings()
dataCatalogEncryptionSettings
(CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty dataCatalogEncryptionSettings) Sets the value ofCfnDataCatalogEncryptionSettingsProps.getDataCatalogEncryptionSettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalogId
Sets the value ofCfnDataCatalogEncryptionSettingsProps.getCatalogId()
- Parameters:
catalogId
- The ID of the Data Catalog in which the settings are created. This parameter is required.- Returns:
this
-
dataCatalogEncryptionSettings
@Stability(Stable) public CfnDataCatalogEncryptionSettingsProps.Builder dataCatalogEncryptionSettings(IResolvable dataCatalogEncryptionSettings) Sets the value ofCfnDataCatalogEncryptionSettingsProps.getDataCatalogEncryptionSettings()
- Parameters:
dataCatalogEncryptionSettings
- Contains configuration information for maintaining Data Catalog security. This parameter is required.- Returns:
this
-
dataCatalogEncryptionSettings
@Stability(Stable) public CfnDataCatalogEncryptionSettingsProps.Builder dataCatalogEncryptionSettings(CfnDataCatalogEncryptionSettings.DataCatalogEncryptionSettingsProperty dataCatalogEncryptionSettings) Sets the value ofCfnDataCatalogEncryptionSettingsProps.getDataCatalogEncryptionSettings()
- Parameters:
dataCatalogEncryptionSettings
- Contains configuration information for maintaining Data Catalog security. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataCatalogEncryptionSettingsProps>
- Returns:
- a new instance of
CfnDataCatalogEncryptionSettingsProps
- Throws:
NullPointerException
- if any required attribute was not provided
-