@Stability(value=Stable) public static final class CfnSecurityGroupIngressProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityGroupIngressProps>
CfnSecurityGroupIngressProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSecurityGroupIngressProps |
build()
Builds the configured instance.
|
CfnSecurityGroupIngressProps.Builder |
cacheSecurityGroupName(String cacheSecurityGroupName)
Sets the value of
CfnSecurityGroupIngressProps.getCacheSecurityGroupName() |
CfnSecurityGroupIngressProps.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName)
Sets the value of
CfnSecurityGroupIngressProps.getEc2SecurityGroupName() |
CfnSecurityGroupIngressProps.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
Sets the value of
CfnSecurityGroupIngressProps.getEc2SecurityGroupOwnerId() |
@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder cacheSecurityGroupName(String cacheSecurityGroupName)
CfnSecurityGroupIngressProps.getCacheSecurityGroupName()cacheSecurityGroupName - The name of the Cache Security Group to authorize. This parameter is required.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
CfnSecurityGroupIngressProps.getEc2SecurityGroupName()ec2SecurityGroupName - Name of the EC2 Security Group to include in the authorization. This parameter is required.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
CfnSecurityGroupIngressProps.getEc2SecurityGroupOwnerId()ec2SecurityGroupOwnerId - Specifies the Amazon Account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName property.
The Amazon access key ID is not an acceptable value.this@Stability(value=Stable) public CfnSecurityGroupIngressProps build()
build in interface software.amazon.jsii.Builder<CfnSecurityGroupIngressProps>CfnSecurityGroupIngressPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.