@Stability(value=Stable) public static final class SnapshotCredentialsFromGeneratedPasswordOptions.Builder extends Object implements software.amazon.jsii.Builder<SnapshotCredentialsFromGeneratedPasswordOptions>
SnapshotCredentialsFromGeneratedPasswordOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotCredentialsFromGeneratedPasswordOptions |
build()
Builds the configured instance.
|
SnapshotCredentialsFromGeneratedPasswordOptions.Builder |
encryptionKey(IKey encryptionKey)
Sets the value of
SnapshotCredentialsFromGeneratedPasswordOptions.getEncryptionKey() |
SnapshotCredentialsFromGeneratedPasswordOptions.Builder |
excludeCharacters(String excludeCharacters)
Sets the value of
SnapshotCredentialsFromGeneratedPasswordOptions.getExcludeCharacters() |
SnapshotCredentialsFromGeneratedPasswordOptions.Builder |
replicaRegions(List<? extends ReplicaRegion> replicaRegions)
Sets the value of
SnapshotCredentialsFromGeneratedPasswordOptions.getReplicaRegions() |
@Stability(value=Stable) public SnapshotCredentialsFromGeneratedPasswordOptions.Builder encryptionKey(IKey encryptionKey)
SnapshotCredentialsFromGeneratedPasswordOptions.getEncryptionKey()encryptionKey - KMS encryption key to encrypt the generated secret.this@Stability(value=Stable) public SnapshotCredentialsFromGeneratedPasswordOptions.Builder excludeCharacters(String excludeCharacters)
SnapshotCredentialsFromGeneratedPasswordOptions.getExcludeCharacters()excludeCharacters - The characters to exclude from the generated password.this@Stability(value=Stable) public SnapshotCredentialsFromGeneratedPasswordOptions.Builder replicaRegions(List<? extends ReplicaRegion> replicaRegions)
SnapshotCredentialsFromGeneratedPasswordOptions.getReplicaRegions()replicaRegions - A list of regions where to replicate this secret.this@Stability(value=Stable) public SnapshotCredentialsFromGeneratedPasswordOptions build()
build in interface software.amazon.jsii.Builder<SnapshotCredentialsFromGeneratedPasswordOptions>SnapshotCredentialsFromGeneratedPasswordOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.