@Stability(value=Experimental) public static final class RotationSingleUserOptions.Builder extends Object implements software.amazon.jsii.Builder<RotationSingleUserOptions>
RotationSingleUserOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RotationSingleUserOptions.Builder |
automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationSingleUserOptions.getAutomaticallyAfter() |
RotationSingleUserOptions |
build()
Builds the configured instance.
|
RotationSingleUserOptions.Builder |
excludeCharacters(String excludeCharacters)
Sets the value of
RotationSingleUserOptions.getExcludeCharacters() |
@Stability(value=Experimental) public RotationSingleUserOptions.Builder automaticallyAfter(Duration automaticallyAfter)
RotationSingleUserOptions.getAutomaticallyAfter()automaticallyAfter - Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.this@Stability(value=Experimental) public RotationSingleUserOptions.Builder excludeCharacters(String excludeCharacters)
RotationSingleUserOptions.getExcludeCharacters()excludeCharacters - Specifies characters to not include in generated passwords.this@Stability(value=Experimental) public RotationSingleUserOptions build()
build in interface software.amazon.jsii.Builder<RotationSingleUserOptions>RotationSingleUserOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.