@Stability(value=Stable) public static final class MultiUserHostedRotationOptions.Builder extends Object implements software.amazon.jsii.Builder<MultiUserHostedRotationOptions>
MultiUserHostedRotationOptions| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public MultiUserHostedRotationOptions.Builder masterSecret(ISecret masterSecret)
MultiUserHostedRotationOptions.getMasterSecret()masterSecret - The master secret for a multi user rotation scheme. This parameter is required.this@Stability(value=Stable) public MultiUserHostedRotationOptions.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 MultiUserHostedRotationOptions.Builder functionName(String functionName)
SingleUserHostedRotationOptions.getFunctionName()functionName - A name for the Lambda created to rotate the secret.this@Stability(value=Stable) public MultiUserHostedRotationOptions.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 MultiUserHostedRotationOptions.Builder vpc(IVpc vpc)
SingleUserHostedRotationOptions.getVpc()vpc - The VPC where the Lambda rotation function will run.this@Stability(value=Stable) public MultiUserHostedRotationOptions.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 MultiUserHostedRotationOptions build()
build in interface software.amazon.jsii.Builder<MultiUserHostedRotationOptions>MultiUserHostedRotationOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.