| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Login |
build()
Builds the configured instance.
|
Login.Builder |
encryptionKey(IKey encryptionKey)
Sets the value of
Login.getEncryptionKey() |
Login.Builder |
masterPassword(SecretValue masterPassword)
Sets the value of
Login.getMasterPassword() |
Login.Builder |
masterUsername(String masterUsername)
Sets the value of
Login.getMasterUsername() |
@Stability(value=Experimental) public Login.Builder masterUsername(String masterUsername)
Login.getMasterUsername()masterUsername - Username. This parameter is required.this@Stability(value=Experimental) public Login.Builder encryptionKey(IKey encryptionKey)
Login.getEncryptionKey()encryptionKey - KMS encryption key to encrypt the generated secret.this@Stability(value=Experimental) public Login.Builder masterPassword(SecretValue masterPassword)
Login.getMasterPassword()masterPassword - Password.
Do not put passwords in your CDK code directly.this@Stability(value=Experimental) public Login build()
build in interface software.amazon.jsii.Builder<Login>LoginNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.