Uses of Class
software.amazon.awscdk.services.rds.DatabaseProxyEndpointProps.Builder
Packages that use DatabaseProxyEndpointProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseProxyEndpointProps.Builder in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return DatabaseProxyEndpointProps.BuilderModifier and TypeMethodDescriptionDatabaseProxyEndpointProps.builder()
DatabaseProxyEndpointProps.Builder.dbProxy
(IDatabaseProxy dbProxy) Sets the value ofDatabaseProxyEndpointProps.getDbProxy()
DatabaseProxyEndpointProps.Builder.dbProxyEndpointName
(String dbProxyEndpointName) Sets the value ofDatabaseProxyEndpointOptions.getDbProxyEndpointName()
DatabaseProxyEndpointProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseProxyEndpointOptions.getSecurityGroups()
DatabaseProxyEndpointProps.Builder.targetRole
(ProxyEndpointTargetRole targetRole) Sets the value ofDatabaseProxyEndpointOptions.getTargetRole()
Sets the value ofDatabaseProxyEndpointOptions.getVpc()
DatabaseProxyEndpointProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofDatabaseProxyEndpointOptions.getVpcSubnets()
Constructors in software.amazon.awscdk.services.rds with parameters of type DatabaseProxyEndpointProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDatabaseProxyEndpointProps.Builder
.