@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 - `AWS::RDS::DBSecurityGroup.DBSecurityGroupIngress`. This parameter is required.this@Stability(value=Stable) public CfnDBSecurityGroupProps.Builder dbSecurityGroupIngress(List<? extends Object> dbSecurityGroupIngress)
CfnDBSecurityGroupProps.getDbSecurityGroupIngress()dbSecurityGroupIngress - `AWS::RDS::DBSecurityGroup.DBSecurityGroupIngress`. This parameter is required.this@Stability(value=Stable) public CfnDBSecurityGroupProps.Builder groupDescription(String groupDescription)
CfnDBSecurityGroupProps.getGroupDescription()groupDescription - `AWS::RDS::DBSecurityGroup.GroupDescription`. This parameter is required.this@Stability(value=Stable) public CfnDBSecurityGroupProps.Builder ec2VpcId(String ec2VpcId)
CfnDBSecurityGroupProps.getEc2VpcId()ec2VpcId - `AWS::RDS::DBSecurityGroup.EC2VpcId`.this@Stability(value=Stable) public CfnDBSecurityGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnDBSecurityGroupProps.getTags()tags - `AWS::RDS::DBSecurityGroup.Tags`.this@Stability(value=Stable) public CfnDBSecurityGroupProps build()
build in interface software.amazon.jsii.Builder<CfnDBSecurityGroupProps>CfnDBSecurityGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.