@Stability(value=Stable) public static final class CfnDBSecurityGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDBSecurityGroupProps>
CfnDBSecurityGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBSecurityGroupProps |
build()
Builds the configured instance.
|
CfnDBSecurityGroupProps.Builder |
dbSecurityGroupIngress(IResolvable dbSecurityGroupIngress)
Sets the value of
CfnDBSecurityGroupProps.getDbSecurityGroupIngress() |
CfnDBSecurityGroupProps.Builder |
dbSecurityGroupIngress(List<? extends Object> dbSecurityGroupIngress)
Sets the value of
CfnDBSecurityGroupProps.getDbSecurityGroupIngress() |
CfnDBSecurityGroupProps.Builder |
ec2VpcId(String ec2VpcId)
Sets the value of
CfnDBSecurityGroupProps.getEc2VpcId() |
CfnDBSecurityGroupProps.Builder |
groupDescription(String groupDescription)
Sets the value of
CfnDBSecurityGroupProps.getGroupDescription() |
CfnDBSecurityGroupProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnDBSecurityGroupProps.getTags() |
@Stability(value=Stable) public CfnDBSecurityGroupProps.Builder dbSecurityGroupIngress(IResolvable dbSecurityGroupIngress)
CfnDBSecurityGroupProps.getDbSecurityGroupIngress()dbSecurityGroupIngress - Ingress rules to be applied to the DB security group. This parameter is required.this@Stability(value=Stable) public CfnDBSecurityGroupProps.Builder dbSecurityGroupIngress(List<? extends Object> dbSecurityGroupIngress)
CfnDBSecurityGroupProps.getDbSecurityGroupIngress()dbSecurityGroupIngress - Ingress rules to be applied to the DB security group. This parameter is required.this@Stability(value=Stable) public CfnDBSecurityGroupProps.Builder groupDescription(String groupDescription)
CfnDBSecurityGroupProps.getGroupDescription()groupDescription - Provides the description of the DB security group. This parameter is required.this@Stability(value=Stable) public CfnDBSecurityGroupProps.Builder ec2VpcId(String ec2VpcId)
CfnDBSecurityGroupProps.getEc2VpcId()ec2VpcId - The identifier of an Amazon VPC. This property indicates the VPC that this DB security group belongs to.
The
EC2VpcIdproperty is for backward compatibility with older regions, and is no longer recommended for providing security information to an RDS DB instance.
this@Stability(value=Stable) public CfnDBSecurityGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnDBSecurityGroupProps.getTags()tags - Tags to assign to the DB security group.this@Stability(value=Stable) public CfnDBSecurityGroupProps build()
build in interface software.amazon.jsii.Builder<CfnDBSecurityGroupProps>CfnDBSecurityGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.