@Stability(value=Stable) public static final class SingleUserHostedRotationOptions.Builder extends Object implements software.amazon.jsii.Builder<SingleUserHostedRotationOptions>
SingleUserHostedRotationOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SingleUserHostedRotationOptions |
build()
Builds the configured instance.
|
SingleUserHostedRotationOptions.Builder |
excludeCharacters(String excludeCharacters)
Sets the value of
SingleUserHostedRotationOptions.getExcludeCharacters() |
SingleUserHostedRotationOptions.Builder |
functionName(String functionName)
Sets the value of
SingleUserHostedRotationOptions.getFunctionName() |
SingleUserHostedRotationOptions.Builder |
securityGroups(List<? extends ISecurityGroup> securityGroups)
Sets the value of
SingleUserHostedRotationOptions.getSecurityGroups() |
SingleUserHostedRotationOptions.Builder |
vpc(IVpc vpc)
Sets the value of
SingleUserHostedRotationOptions.getVpc() |
SingleUserHostedRotationOptions.Builder |
vpcSubnets(SubnetSelection vpcSubnets)
Sets the value of
SingleUserHostedRotationOptions.getVpcSubnets() |
@Stability(value=Stable) public SingleUserHostedRotationOptions.Builder excludeCharacters(String excludeCharacters)
SingleUserHostedRotationOptions.getExcludeCharacters()excludeCharacters - A string of the characters that you don't want in the password.this@Stability(value=Stable) public SingleUserHostedRotationOptions.Builder functionName(String functionName)
SingleUserHostedRotationOptions.getFunctionName()functionName - A name for the Lambda created to rotate the secret.this@Stability(value=Stable) public SingleUserHostedRotationOptions.Builder securityGroups(List<? extends ISecurityGroup> securityGroups)
SingleUserHostedRotationOptions.getSecurityGroups()securityGroups - A list of security groups for the Lambda created to rotate the secret.this@Stability(value=Stable) public SingleUserHostedRotationOptions.Builder vpc(IVpc vpc)
SingleUserHostedRotationOptions.getVpc()vpc - The VPC where the Lambda rotation function will run.this@Stability(value=Stable) public SingleUserHostedRotationOptions.Builder vpcSubnets(SubnetSelection vpcSubnets)
SingleUserHostedRotationOptions.getVpcSubnets()vpcSubnets - The type of subnets in the VPC where the Lambda rotation function will run.this@Stability(value=Stable) public SingleUserHostedRotationOptions build()
build in interface software.amazon.jsii.Builder<SingleUserHostedRotationOptions>SingleUserHostedRotationOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.