Uses of Class
software.amazon.awscdk.services.rds.ProxyTargetConfig.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of ProxyTargetConfig.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionstatic ProxyTargetConfig.Builder
ProxyTargetConfig.builder()
ProxyTargetConfig.Builder.dbClusters
(List<? extends IDatabaseCluster> dbClusters) Sets the value ofProxyTargetConfig.getDbClusters()
ProxyTargetConfig.Builder.dbInstances
(List<? extends IDatabaseInstance> dbInstances) Sets the value ofProxyTargetConfig.getDbInstances()
ProxyTargetConfig.Builder.engineFamily
(String engineFamily) Sets the value ofProxyTargetConfig.getEngineFamily()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ProxyTargetConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theProxyTargetConfig.Builder
.