public static final class CfnClusterSecurityGroupIngressProps.Builder extends Object
CfnClusterSecurityGroupIngressProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnClusterSecurityGroupIngressProps |
build()
Builds the configured instance.
|
CfnClusterSecurityGroupIngressProps.Builder |
withCidrip(String value)
Sets the value of Cidrip
|
CfnClusterSecurityGroupIngressProps.Builder |
withClusterSecurityGroupName(String value)
Sets the value of ClusterSecurityGroupName
|
CfnClusterSecurityGroupIngressProps.Builder |
withEc2SecurityGroupName(String value)
Sets the value of Ec2SecurityGroupName
|
CfnClusterSecurityGroupIngressProps.Builder |
withEc2SecurityGroupOwnerId(String value)
Sets the value of Ec2SecurityGroupOwnerId
|
public CfnClusterSecurityGroupIngressProps.Builder withClusterSecurityGroupName(String value)
value - `AWS::Redshift::ClusterSecurityGroupIngress.ClusterSecurityGroupName`thispublic CfnClusterSecurityGroupIngressProps.Builder withCidrip(@Nullable String value)
value - `AWS::Redshift::ClusterSecurityGroupIngress.CIDRIP`thispublic CfnClusterSecurityGroupIngressProps.Builder withEc2SecurityGroupName(@Nullable String value)
value - `AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupName`thispublic CfnClusterSecurityGroupIngressProps.Builder withEc2SecurityGroupOwnerId(@Nullable String value)
value - `AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupOwnerId`thispublic CfnClusterSecurityGroupIngressProps build()
CfnClusterSecurityGroupIngressPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.