Uses of Class
software.amazon.awscdk.services.redshift.UserProps.Builder
Packages that use UserProps.Builder
-
Uses of UserProps.Builder in software.amazon.awscdk.services.redshift
Methods in software.amazon.awscdk.services.redshift 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.removalPolicy
(RemovalPolicy removalPolicy) Sets the value ofUserProps.getRemovalPolicy()
Sets the value ofUserProps.getUsername()
Constructors in software.amazon.awscdk.services.redshift 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
.