| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Login |
build()
Builds the configured instance.
|
Login.Builder |
excludeCharacters(String excludeCharacters)
Sets the value of
Login.getExcludeCharacters() |
Login.Builder |
kmsKey(IKey kmsKey)
Sets the value of
Login.getKmsKey() |
Login.Builder |
password(SecretValue password)
Sets the value of
Login.getPassword() |
Login.Builder |
secretName(String secretName)
Sets the value of
Login.getSecretName() |
Login.Builder |
username(String username)
Sets the value of
Login.getUsername() |
@Stability(value=Stable) public Login.Builder username(String username)
Login.getUsername()username - Username. This parameter is required.this@Stability(value=Stable) public Login.Builder excludeCharacters(String excludeCharacters)
Login.getExcludeCharacters()excludeCharacters - Specifies characters to not include in generated passwords.this@Stability(value=Stable) public Login.Builder kmsKey(IKey kmsKey)
Login.getKmsKey()kmsKey - KMS encryption key to encrypt the generated secret.this@Stability(value=Stable) public Login.Builder password(SecretValue password)
Login.getPassword()password - Password.
Do not put passwords in your CDK code directly.this@Stability(value=Stable) public Login.Builder secretName(String secretName)
Login.getSecretName()secretName - The physical name of the secret, that will be generated.this@Stability(value=Stable) public Login build()
build in interface software.amazon.jsii.Builder<Login>LoginNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.