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