Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnDBProxyMixinProps.Builder
Packages that use CfnDBProxyMixinProps.Builder
-
Uses of CfnDBProxyMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.rds
Methods in software.amazon.awscdk.cfnpropertymixins.services.rds that return CfnDBProxyMixinProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnDBProxyMixinProps.getAuth()CfnDBProxyMixinProps.Builder.auth(IResolvable auth) Sets the value ofCfnDBProxyMixinProps.getAuth()static CfnDBProxyMixinProps.BuilderCfnDBProxyMixinProps.builder()CfnDBProxyMixinProps.Builder.dbProxyName(String dbProxyName) Sets the value ofCfnDBProxyMixinProps.getDbProxyName()CfnDBProxyMixinProps.Builder.debugLogging(Boolean debugLogging) Sets the value ofCfnDBProxyMixinProps.getDebugLogging()CfnDBProxyMixinProps.Builder.debugLogging(IResolvable debugLogging) Sets the value ofCfnDBProxyMixinProps.getDebugLogging()CfnDBProxyMixinProps.Builder.defaultAuthScheme(String defaultAuthScheme) Sets the value ofCfnDBProxyMixinProps.getDefaultAuthScheme()CfnDBProxyMixinProps.Builder.endpointNetworkType(String endpointNetworkType) Sets the value ofCfnDBProxyMixinProps.getEndpointNetworkType()CfnDBProxyMixinProps.Builder.engineFamily(String engineFamily) Sets the value ofCfnDBProxyMixinProps.getEngineFamily()CfnDBProxyMixinProps.Builder.idleClientTimeout(Number idleClientTimeout) Sets the value ofCfnDBProxyMixinProps.getIdleClientTimeout()CfnDBProxyMixinProps.Builder.requireTls(Boolean requireTls) Sets the value ofCfnDBProxyMixinProps.getRequireTls()CfnDBProxyMixinProps.Builder.requireTls(IResolvable requireTls) Sets the value ofCfnDBProxyMixinProps.getRequireTls()Sets the value ofCfnDBProxyMixinProps.getRoleArn()Sets the value ofCfnDBProxyMixinProps.getRoleArn()CfnDBProxyMixinProps.Builder.tags(List<? extends CfnDBProxyPropsMixin.TagFormatProperty> tags) Sets the value ofCfnDBProxyMixinProps.getTags()CfnDBProxyMixinProps.Builder.targetConnectionNetworkType(String targetConnectionNetworkType) Sets the value ofCfnDBProxyMixinProps.getTargetConnectionNetworkType()CfnDBProxyMixinProps.Builder.vpcSecurityGroupIds(List<? extends Object> vpcSecurityGroupIds) Sets the value ofCfnDBProxyMixinProps.getVpcSecurityGroupIds()CfnDBProxyMixinProps.Builder.vpcSubnetIds(List<? extends Object> vpcSubnetIds) Sets the value ofCfnDBProxyMixinProps.getVpcSubnetIds()Constructors in software.amazon.awscdk.cfnpropertymixins.services.rds with parameters of type CfnDBProxyMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnDBProxyMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDBProxyMixinProps.Builder.