Uses of Class
software.amazon.awscdk.services.redshift.CfnClusterSecurityGroupIngressProps.Builder
-
Uses of CfnClusterSecurityGroupIngressProps.Builder in software.amazon.awscdk.services.redshift
Modifier and TypeMethodDescriptionCfnClusterSecurityGroupIngressProps.builder()
Sets the value ofCfnClusterSecurityGroupIngressProps.getCidrip()
CfnClusterSecurityGroupIngressProps.Builder.clusterSecurityGroupName
(String clusterSecurityGroupName) Sets the value ofCfnClusterSecurityGroupIngressProps.getClusterSecurityGroupName()
CfnClusterSecurityGroupIngressProps.Builder.ec2SecurityGroupName
(String ec2SecurityGroupName) Sets the value ofCfnClusterSecurityGroupIngressProps.getEc2SecurityGroupName()
CfnClusterSecurityGroupIngressProps.Builder.ec2SecurityGroupOwnerId
(String ec2SecurityGroupOwnerId) Sets the value ofCfnClusterSecurityGroupIngressProps.getEc2SecurityGroupOwnerId()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnClusterSecurityGroupIngressProps.Builder
.