Class CatalogProps.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.CatalogProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CatalogProps>
- Enclosing interface:
CatalogProps
@Stability(Deprecated)
@Deprecated
public static final class CatalogProps.Builder
extends Object
implements software.amazon.jsii.Builder<CatalogProps>
Deprecated.
A builder for
CatalogProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.catalogName(String catalogName) Deprecated.connectionPasswordEncryption(ConnectionPasswordEncryption connectionPasswordEncryption) Deprecated.description(String description) Deprecated.encryptionAtRest(DataCatalogEncryptionAtRest encryptionAtRest) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
catalogName
Deprecated.Sets the value ofCatalogProps.getCatalogName()- Parameters:
catalogName- The name of the catalog. This parameter is required.- Returns:
this
-
description
Deprecated.Sets the value ofCatalogProps.getDescription()- Parameters:
description- A description of the catalog.- Returns:
this
-
connectionPasswordEncryption
@Stability(Deprecated) @Deprecated public CatalogProps.Builder connectionPasswordEncryption(ConnectionPasswordEncryption connectionPasswordEncryption) Deprecated.Sets the value ofCatalogEncryptionOptions.getConnectionPasswordEncryption()- Parameters:
connectionPasswordEncryption- Connection-password encryption configuration for the catalog.- Returns:
this
-
encryptionAtRest
@Stability(Deprecated) @Deprecated public CatalogProps.Builder encryptionAtRest(DataCatalogEncryptionAtRest encryptionAtRest) Deprecated.Sets the value ofCatalogEncryptionOptions.getEncryptionAtRest()- Parameters:
encryptionAtRest- Encryption-at-rest configuration for the catalog.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CatalogProps>- Returns:
- a new instance of
CatalogProps - Throws:
NullPointerException- if any required attribute was not provided
-