Uses of Class
software.amazon.awscdk.services.rds.RotationSingleUserOptions.Builder
Packages that use RotationSingleUserOptions.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of RotationSingleUserOptions.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return RotationSingleUserOptions.BuilderModifier and TypeMethodDescriptionRotationSingleUserOptions.Builder.automaticallyAfter(Duration automaticallyAfter) Sets the value ofCommonRotationUserOptions.getAutomaticallyAfter()RotationSingleUserOptions.builder()RotationSingleUserOptions.Builder.endpoint(IInterfaceVpcEndpoint endpoint) Sets the value ofCommonRotationUserOptions.getEndpoint()RotationSingleUserOptions.Builder.excludeCharacters(String excludeCharacters) Sets the value ofCommonRotationUserOptions.getExcludeCharacters()RotationSingleUserOptions.Builder.rotateImmediatelyOnUpdate(Boolean rotateImmediatelyOnUpdate) Sets the value ofCommonRotationUserOptions.getRotateImmediatelyOnUpdate()RotationSingleUserOptions.Builder.securityGroup(ISecurityGroup securityGroup) Sets the value ofCommonRotationUserOptions.getSecurityGroup()RotationSingleUserOptions.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofCommonRotationUserOptions.getVpcSubnets()Constructors in software.amazon.awscdk.services.rds with parameters of type RotationSingleUserOptions.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theRotationSingleUserOptions.Builder.