@Stability(value=Stable) public static final class CfnDBSecurityGroupIngressProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDBSecurityGroupIngressProps>
CfnDBSecurityGroupIngressProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBSecurityGroupIngressProps |
build()
Builds the configured instance.
|
CfnDBSecurityGroupIngressProps.Builder |
cidrip(String cidrip)
Sets the value of
CfnDBSecurityGroupIngressProps.getCidrip() |
CfnDBSecurityGroupIngressProps.Builder |
dbSecurityGroupName(String dbSecurityGroupName)
Sets the value of
CfnDBSecurityGroupIngressProps.getDbSecurityGroupName() |
CfnDBSecurityGroupIngressProps.Builder |
ec2SecurityGroupId(String ec2SecurityGroupId)
Sets the value of
CfnDBSecurityGroupIngressProps.getEc2SecurityGroupId() |
CfnDBSecurityGroupIngressProps.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName)
Sets the value of
CfnDBSecurityGroupIngressProps.getEc2SecurityGroupName() |
CfnDBSecurityGroupIngressProps.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
Sets the value of
CfnDBSecurityGroupIngressProps.getEc2SecurityGroupOwnerId() |
@Stability(value=Stable) public CfnDBSecurityGroupIngressProps.Builder dbSecurityGroupName(String dbSecurityGroupName)
CfnDBSecurityGroupIngressProps.getDbSecurityGroupName()dbSecurityGroupName - `AWS::RDS::DBSecurityGroupIngress.DBSecurityGroupName`. This parameter is required.this@Stability(value=Stable) public CfnDBSecurityGroupIngressProps.Builder cidrip(String cidrip)
CfnDBSecurityGroupIngressProps.getCidrip()cidrip - `AWS::RDS::DBSecurityGroupIngress.CIDRIP`.this@Stability(value=Stable) public CfnDBSecurityGroupIngressProps.Builder ec2SecurityGroupId(String ec2SecurityGroupId)
CfnDBSecurityGroupIngressProps.getEc2SecurityGroupId()ec2SecurityGroupId - `AWS::RDS::DBSecurityGroupIngress.EC2SecurityGroupId`.this@Stability(value=Stable) public CfnDBSecurityGroupIngressProps.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
CfnDBSecurityGroupIngressProps.getEc2SecurityGroupName()ec2SecurityGroupName - `AWS::RDS::DBSecurityGroupIngress.EC2SecurityGroupName`.this@Stability(value=Stable) public CfnDBSecurityGroupIngressProps.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
CfnDBSecurityGroupIngressProps.getEc2SecurityGroupOwnerId()ec2SecurityGroupOwnerId - `AWS::RDS::DBSecurityGroupIngress.EC2SecurityGroupOwnerId`.this@Stability(value=Stable) public CfnDBSecurityGroupIngressProps build()
build in interface software.amazon.jsii.Builder<CfnDBSecurityGroupIngressProps>CfnDBSecurityGroupIngressPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.