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(java.lang.String masterUsername)
Sets the value of
Login.getMasterUsername() |
public Login.Builder masterUsername(java.lang.String masterUsername)
Login.getMasterUsername()
masterUsername
- Username. This parameter is required.this
public Login.Builder encryptionKey(IKey encryptionKey)
Login.getEncryptionKey()
encryptionKey
- KMS encryption key to encrypt the generated secret.this
public Login.Builder masterPassword(SecretValue masterPassword)
Login.getMasterPassword()
masterPassword
- Password.
Do not put passwords in your CDK code directly.this