Uses of Class
software.amazon.awscdk.services.rds.RotationSingleUserOptions.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of RotationSingleUserOptions.Builder in software.amazon.awscdk.services.rds
Modifier 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.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofCommonRotationUserOptions.getVpcSubnets()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theRotationSingleUserOptions.Builder
.