Uses of Class
software.amazon.awscdk.services.redshift.alpha.UserProps.Builder
Packages that use UserProps.Builder
Package
Description
Amazon Redshift Construct Library
-
Uses of UserProps.Builder in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return UserProps.BuilderModifier and TypeMethodDescriptionSets the value ofDatabaseOptions.getAdminUser()
static UserProps.Builder
UserProps.builder()
Sets the value ofDatabaseOptions.getCluster()
UserProps.Builder.databaseName
(String databaseName) Sets the value ofDatabaseOptions.getDatabaseName()
UserProps.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofUserProps.getEncryptionKey()
UserProps.Builder.excludeCharacters
(String excludeCharacters) Sets the value ofUserProps.getExcludeCharacters()
UserProps.Builder.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofUserProps.getRemovalPolicy()
Sets the value ofUserProps.getUsername()
Constructors in software.amazon.awscdk.services.redshift.alpha with parameters of type UserProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(UserProps.Builder builder) Constructor that initializes the object based on literal property values passed by theUserProps.Builder
.