@Stability(value=Stable) public static final class CfnSecurityGroupIngress.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityGroupIngress>
CfnSecurityGroupIngress.| Modifier and Type | Method and Description |
|---|---|
CfnSecurityGroupIngress |
build() |
CfnSecurityGroupIngress.Builder |
cacheSecurityGroupName(String cacheSecurityGroupName)
The name of the Cache Security Group to authorize.
|
static CfnSecurityGroupIngress.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSecurityGroupIngress.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName)
Name of the EC2 Security Group to include in the authorization.
|
CfnSecurityGroupIngress.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
Specifies the Amazon Account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName property.
|
@Stability(value=Stable) public static CfnSecurityGroupIngress.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSecurityGroupIngress.Builder.@Stability(value=Stable) public CfnSecurityGroupIngress.Builder cacheSecurityGroupName(String cacheSecurityGroupName)
cacheSecurityGroupName - The name of the Cache Security Group to authorize. This parameter is required.this@Stability(value=Stable) public CfnSecurityGroupIngress.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
ec2SecurityGroupName - Name of the EC2 Security Group to include in the authorization. This parameter is required.this@Stability(value=Stable) public CfnSecurityGroupIngress.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
The Amazon access key ID is not an acceptable value.
ec2SecurityGroupOwnerId - Specifies the Amazon Account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName property. This parameter is required.this@Stability(value=Stable) public CfnSecurityGroupIngress build()
build in interface software.amazon.jsii.Builder<CfnSecurityGroupIngress>Copyright © 2022. All rights reserved.