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