Uses of Class
software.amazon.awscdk.services.rds.DatabaseProxyAttributes.Builder
Packages that use DatabaseProxyAttributes.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseProxyAttributes.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DatabaseProxyAttributes.BuilderModifier and TypeMethodDescriptionDatabaseProxyAttributes.builder()
DatabaseProxyAttributes.Builder.dbProxyArn
(String dbProxyArn) Sets the value ofDatabaseProxyAttributes.getDbProxyArn()
DatabaseProxyAttributes.Builder.dbProxyName
(String dbProxyName) Sets the value ofDatabaseProxyAttributes.getDbProxyName()
Sets the value ofDatabaseProxyAttributes.getEndpoint()
DatabaseProxyAttributes.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseProxyAttributes.getSecurityGroups()
Constructors in software.amazon.awscdk.services.rds with parameters of type DatabaseProxyAttributes.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDatabaseProxyAttributes.Builder
.