@Stability(value=Stable) public static final class CfnSecurityGroupIngressProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityGroupIngressProps>
CfnSecurityGroupIngressProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder ipProtocol(String ipProtocol)
CfnSecurityGroupIngressProps.getIpProtocol()ipProtocol - `AWS::EC2::SecurityGroupIngress.IpProtocol`. This parameter is required.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder cidrIp(String cidrIp)
CfnSecurityGroupIngressProps.getCidrIp()cidrIp - `AWS::EC2::SecurityGroupIngress.CidrIp`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder cidrIpv6(String cidrIpv6)
CfnSecurityGroupIngressProps.getCidrIpv6()cidrIpv6 - `AWS::EC2::SecurityGroupIngress.CidrIpv6`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder description(String description)
CfnSecurityGroupIngressProps.getDescription()description - `AWS::EC2::SecurityGroupIngress.Description`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder fromPort(Number fromPort)
CfnSecurityGroupIngressProps.getFromPort()fromPort - `AWS::EC2::SecurityGroupIngress.FromPort`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder groupId(String groupId)
CfnSecurityGroupIngressProps.getGroupId()groupId - `AWS::EC2::SecurityGroupIngress.GroupId`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder groupName(String groupName)
CfnSecurityGroupIngressProps.getGroupName()groupName - `AWS::EC2::SecurityGroupIngress.GroupName`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder sourcePrefixListId(String sourcePrefixListId)
CfnSecurityGroupIngressProps.getSourcePrefixListId()sourcePrefixListId - `AWS::EC2::SecurityGroupIngress.SourcePrefixListId`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder sourceSecurityGroupId(String sourceSecurityGroupId)
CfnSecurityGroupIngressProps.getSourceSecurityGroupId()sourceSecurityGroupId - `AWS::EC2::SecurityGroupIngress.SourceSecurityGroupId`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder sourceSecurityGroupName(String sourceSecurityGroupName)
CfnSecurityGroupIngressProps.getSourceSecurityGroupName()sourceSecurityGroupName - `AWS::EC2::SecurityGroupIngress.SourceSecurityGroupName`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder sourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
CfnSecurityGroupIngressProps.getSourceSecurityGroupOwnerId()sourceSecurityGroupOwnerId - `AWS::EC2::SecurityGroupIngress.SourceSecurityGroupOwnerId`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps.Builder toPort(Number toPort)
CfnSecurityGroupIngressProps.getToPort()toPort - `AWS::EC2::SecurityGroupIngress.ToPort`.this@Stability(value=Stable) public CfnSecurityGroupIngressProps build()
build in interface software.amazon.jsii.Builder<CfnSecurityGroupIngressProps>CfnSecurityGroupIngressPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.