Uses of Class
software.amazon.awscdk.services.redshift.alpha.Login.Builder
Packages that use Login.Builder
Package
Description
Amazon Redshift Construct Library
-
Uses of Login.Builder in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return Login.BuilderModifier and TypeMethodDescriptionstatic Login.Builder
Login.builder()
Login.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofLogin.getEncryptionKey()
Login.Builder.excludeCharacters
(String excludeCharacters) Sets the value ofLogin.getExcludeCharacters()
Login.Builder.masterPassword
(SecretValue masterPassword) Sets the value ofLogin.getMasterPassword()
Login.Builder.masterUsername
(String masterUsername) Sets the value ofLogin.getMasterUsername()
Constructors in software.amazon.awscdk.services.redshift.alpha with parameters of type Login.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(Login.Builder builder) Constructor that initializes the object based on literal property values passed by theLogin.Builder
.