Uses of Class
software.amazon.awscdk.services.rds.CfnDBProxyEndpointProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBProxyEndpointProps.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionCfnDBProxyEndpointProps.builder()
CfnDBProxyEndpointProps.Builder.dbProxyEndpointName
(String dbProxyEndpointName) Sets the value ofCfnDBProxyEndpointProps.getDbProxyEndpointName()
CfnDBProxyEndpointProps.Builder.dbProxyName
(String dbProxyName) Sets the value ofCfnDBProxyEndpointProps.getDbProxyName()
CfnDBProxyEndpointProps.Builder.tags
(List<? extends CfnDBProxyEndpoint.TagFormatProperty> tags) Sets the value ofCfnDBProxyEndpointProps.getTags()
CfnDBProxyEndpointProps.Builder.targetRole
(String targetRole) Sets the value ofCfnDBProxyEndpointProps.getTargetRole()
CfnDBProxyEndpointProps.Builder.vpcSecurityGroupIds
(List<String> vpcSecurityGroupIds) Sets the value ofCfnDBProxyEndpointProps.getVpcSecurityGroupIds()
CfnDBProxyEndpointProps.Builder.vpcSubnetIds
(List<String> vpcSubnetIds) Sets the value ofCfnDBProxyEndpointProps.getVpcSubnetIds()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBProxyEndpointProps.Builder
.