@Stability(value=Stable) public static final class CommonRotationUserOptions.Builder extends Object implements software.amazon.jsii.Builder<CommonRotationUserOptions>
CommonRotationUserOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CommonRotationUserOptions.Builder |
automaticallyAfter(Duration automaticallyAfter)
Sets the value of
CommonRotationUserOptions.getAutomaticallyAfter() |
CommonRotationUserOptions |
build()
Builds the configured instance.
|
CommonRotationUserOptions.Builder |
endpoint(IInterfaceVpcEndpoint endpoint)
Sets the value of
CommonRotationUserOptions.getEndpoint() |
CommonRotationUserOptions.Builder |
excludeCharacters(String excludeCharacters)
Sets the value of
CommonRotationUserOptions.getExcludeCharacters() |
CommonRotationUserOptions.Builder |
vpcSubnets(SubnetSelection vpcSubnets)
Sets the value of
CommonRotationUserOptions.getVpcSubnets() |
@Stability(value=Stable) public CommonRotationUserOptions.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 CommonRotationUserOptions.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 CommonRotationUserOptions.Builder excludeCharacters(String excludeCharacters)
CommonRotationUserOptions.getExcludeCharacters()excludeCharacters - Specifies characters to not include in generated passwords.this@Stability(value=Stable) public CommonRotationUserOptions.Builder vpcSubnets(SubnetSelection vpcSubnets)
CommonRotationUserOptions.getVpcSubnets()vpcSubnets - Where to place the rotation Lambda function.this@Stability(value=Stable) public CommonRotationUserOptions build()
build in interface software.amazon.jsii.Builder<CommonRotationUserOptions>CommonRotationUserOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.