Class ConnectionPasswordEncryption.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.ConnectionPasswordEncryption.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConnectionPasswordEncryption>
- Enclosing interface:
ConnectionPasswordEncryption
@Stability(Deprecated)
@Deprecated
public static final class ConnectionPasswordEncryption.Builder
extends Object
implements software.amazon.jsii.Builder<ConnectionPasswordEncryption>
Deprecated.
A builder for
ConnectionPasswordEncryption-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.Deprecated.returnConnectionPasswordEncrypted(Boolean returnConnectionPasswordEncrypted) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
kmsKey
@Stability(Deprecated) @Deprecated public ConnectionPasswordEncryption.Builder kmsKey(IKeyRef kmsKey) Deprecated.Sets the value ofConnectionPasswordEncryption.getKmsKey()- Parameters:
kmsKey- The KMS key used to encrypt connection passwords.- Returns:
this
-
returnConnectionPasswordEncrypted
@Stability(Deprecated) @Deprecated public ConnectionPasswordEncryption.Builder returnConnectionPasswordEncrypted(Boolean returnConnectionPasswordEncrypted) Deprecated.Sets the value ofConnectionPasswordEncryption.getReturnConnectionPasswordEncrypted()- Parameters:
returnConnectionPasswordEncrypted- Whether passwords remain encrypted in the responses ofGetConnectionandGetConnections. This takes effect independently from catalog encryption.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConnectionPasswordEncryption>- Returns:
- a new instance of
ConnectionPasswordEncryption - Throws:
NullPointerException- if any required attribute was not provided
-