Uses of Class
software.amazon.awscdk.services.rds.CfnDBSecurityGroupIngressProps.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of CfnDBSecurityGroupIngressProps.Builder in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptionCfnDBSecurityGroupIngressProps.builder()
Sets the value ofCfnDBSecurityGroupIngressProps.getCidrip()
CfnDBSecurityGroupIngressProps.Builder.dbSecurityGroupName
(String dbSecurityGroupName) Sets the value ofCfnDBSecurityGroupIngressProps.getDbSecurityGroupName()
CfnDBSecurityGroupIngressProps.Builder.ec2SecurityGroupId
(String ec2SecurityGroupId) Sets the value ofCfnDBSecurityGroupIngressProps.getEc2SecurityGroupId()
CfnDBSecurityGroupIngressProps.Builder.ec2SecurityGroupName
(String ec2SecurityGroupName) Sets the value ofCfnDBSecurityGroupIngressProps.getEc2SecurityGroupName()
CfnDBSecurityGroupIngressProps.Builder.ec2SecurityGroupOwnerId
(String ec2SecurityGroupOwnerId) Sets the value ofCfnDBSecurityGroupIngressProps.getEc2SecurityGroupOwnerId()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBSecurityGroupIngressProps.Builder
.