@Stability(value=Stable) 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
CommonRotationUserOptions.getAutomaticallyAfter() |
RotationSingleUserOptions |
build()
Builds the configured instance.
|
RotationSingleUserOptions.Builder |
endpoint(IInterfaceVpcEndpoint endpoint)
Sets the value of
CommonRotationUserOptions.getEndpoint() |
RotationSingleUserOptions.Builder |
excludeCharacters(String excludeCharacters)
Sets the value of
CommonRotationUserOptions.getExcludeCharacters() |
RotationSingleUserOptions.Builder |
vpcSubnets(SubnetSelection vpcSubnets)
Sets the value of
CommonRotationUserOptions.getVpcSubnets() |
@Stability(value=Stable) public RotationSingleUserOptions.Builder automaticallyAfter(Duration automaticallyAfter)
CommonRotationUserOptions.getAutomaticallyAfter()automaticallyAfter - Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.this@Stability(value=Stable) public RotationSingleUserOptions.Builder endpoint(IInterfaceVpcEndpoint endpoint)
CommonRotationUserOptions.getEndpoint()endpoint - The VPC interface endpoint to use for the Secrets Manager API.
If you enable private DNS hostnames for your VPC private endpoint (the default), you don't
need to specify an endpoint. The standard Secrets Manager DNS hostname the Secrets Manager
CLI and SDKs use by default (https://secretsmanager.this@Stability(value=Stable) public RotationSingleUserOptions.Builder excludeCharacters(String excludeCharacters)
CommonRotationUserOptions.getExcludeCharacters()excludeCharacters - Specifies characters to not include in generated passwords.this@Stability(value=Stable) public RotationSingleUserOptions.Builder vpcSubnets(SubnetSelection vpcSubnets)
CommonRotationUserOptions.getVpcSubnets()vpcSubnets - Where to place the rotation Lambda function.this@Stability(value=Stable) public RotationSingleUserOptions build()
build in interface software.amazon.jsii.Builder<RotationSingleUserOptions>RotationSingleUserOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.