Class DataCatalogEncryptionSettingsReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.glue.DataCatalogEncryptionSettingsReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataCatalogEncryptionSettingsReference>
- Enclosing interface:
DataCatalogEncryptionSettingsReference
@Stability(Stable)
public static final class DataCatalogEncryptionSettingsReference.Builder
extends Object
implements software.amazon.jsii.Builder<DataCatalogEncryptionSettingsReference>
A builder for
DataCatalogEncryptionSettingsReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofDataCatalogEncryptionSettingsReference.getCatalogId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalogId
@Stability(Stable) public DataCatalogEncryptionSettingsReference.Builder catalogId(String catalogId) Sets the value ofDataCatalogEncryptionSettingsReference.getCatalogId()- Parameters:
catalogId- The CatalogId of the DataCatalogEncryptionSettings resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataCatalogEncryptionSettingsReference>- Returns:
- a new instance of
DataCatalogEncryptionSettingsReference - Throws:
NullPointerException- if any required attribute was not provided
-