@Stability(value=Stable) public static final class CfnClusterSecurityGroupIngressProps.Builder extends Object implements software.amazon.jsii.Builder<CfnClusterSecurityGroupIngressProps>
CfnClusterSecurityGroupIngressProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClusterSecurityGroupIngressProps |
build()
Builds the configured instance.
|
CfnClusterSecurityGroupIngressProps.Builder |
cidrip(String cidrip)
Sets the value of
CfnClusterSecurityGroupIngressProps.getCidrip() |
CfnClusterSecurityGroupIngressProps.Builder |
clusterSecurityGroupName(String clusterSecurityGroupName)
Sets the value of
CfnClusterSecurityGroupIngressProps.getClusterSecurityGroupName() |
CfnClusterSecurityGroupIngressProps.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName)
Sets the value of
CfnClusterSecurityGroupIngressProps.getEc2SecurityGroupName() |
CfnClusterSecurityGroupIngressProps.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
Sets the value of
CfnClusterSecurityGroupIngressProps.getEc2SecurityGroupOwnerId() |
@Stability(value=Stable) public CfnClusterSecurityGroupIngressProps.Builder clusterSecurityGroupName(String clusterSecurityGroupName)
CfnClusterSecurityGroupIngressProps.getClusterSecurityGroupName()clusterSecurityGroupName - The name of the security group to which the ingress rule is added. This parameter is required.this@Stability(value=Stable) public CfnClusterSecurityGroupIngressProps.Builder cidrip(String cidrip)
CfnClusterSecurityGroupIngressProps.getCidrip()cidrip - The IP range to be added the Amazon Redshift security group.this@Stability(value=Stable) public CfnClusterSecurityGroupIngressProps.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
CfnClusterSecurityGroupIngressProps.getEc2SecurityGroupName()ec2SecurityGroupName - The EC2 security group to be added the Amazon Redshift security group.this@Stability(value=Stable) public CfnClusterSecurityGroupIngressProps.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
CfnClusterSecurityGroupIngressProps.getEc2SecurityGroupOwnerId()ec2SecurityGroupOwnerId - The AWS account number of the owner of the security group specified by the *EC2SecurityGroupName* parameter.
The AWS Access Key ID is not an acceptable value.
Example: 111122223333
Conditional. If you specify the EC2SecurityGroupName property, you must specify this property.
this@Stability(value=Stable) public CfnClusterSecurityGroupIngressProps build()
build in interface software.amazon.jsii.Builder<CfnClusterSecurityGroupIngressProps>CfnClusterSecurityGroupIngressPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.