@Stability(value=Experimental) public static final class BasicAuthProps.Builder extends Object implements software.amazon.jsii.Builder<BasicAuthProps>
BasicAuthProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BasicAuthProps |
build()
Builds the configured instance.
|
BasicAuthProps.Builder |
encryptionKey(IKey encryptionKey)
Sets the value of
BasicAuthProps.getEncryptionKey() |
BasicAuthProps.Builder |
password(SecretValue password)
Sets the value of
BasicAuthProps.getPassword() |
BasicAuthProps.Builder |
username(String username)
Sets the value of
BasicAuthProps.getUsername() |
@Stability(value=Experimental) public BasicAuthProps.Builder username(String username)
BasicAuthProps.getUsername()username - The username. This parameter is required.this@Stability(value=Experimental) public BasicAuthProps.Builder encryptionKey(IKey encryptionKey)
BasicAuthProps.getEncryptionKey()encryptionKey - The encryption key to use to encrypt the password when it's generated in Secrets Manager.this@Stability(value=Experimental) public BasicAuthProps.Builder password(SecretValue password)
BasicAuthProps.getPassword()password - The password.this@Stability(value=Experimental) public BasicAuthProps build()
build in interface software.amazon.jsii.Builder<BasicAuthProps>BasicAuthPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.