CopyableBuilder<IpPermission.Builder,IpPermission>
, SdkBuilder<IpPermission.Builder,IpPermission>
public static interface IpPermission.Builder extends CopyableBuilder<IpPermission.Builder,IpPermission>
Modifier and Type | Method | Description |
---|---|---|
IpPermission.Builder |
fromPort(Integer fromPort) |
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
|
IpPermission.Builder |
ipProtocol(String ipProtocol) |
|
IpPermission.Builder |
ipv4Ranges(Collection<IpRange> ipv4Ranges) |
One or more IPv4 ranges.
|
IpPermission.Builder |
ipv4Ranges(IpRange... ipv4Ranges) |
One or more IPv4 ranges.
|
IpPermission.Builder |
ipv6Ranges(Collection<Ipv6Range> ipv6Ranges) |
[EC2-VPC only] One or more IPv6 ranges.
|
IpPermission.Builder |
ipv6Ranges(Ipv6Range... ipv6Ranges) |
[EC2-VPC only] One or more IPv6 ranges.
|
IpPermission.Builder |
prefixListIds(Collection<PrefixListId> prefixListIds) |
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and
DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.
|
IpPermission.Builder |
prefixListIds(PrefixListId... prefixListIds) |
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and
DescribeSecurityGroups only) One or more prefix list IDs for an AWS service.
|
IpPermission.Builder |
toPort(Integer toPort) |
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
|
IpPermission.Builder |
userIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs) |
One or more security group and AWS account ID pairs.
|
IpPermission.Builder |
userIdGroupPairs(UserIdGroupPair... userIdGroupPairs) |
One or more security group and AWS account ID pairs.
|
copy
apply, build
IpPermission.Builder fromPort(Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of
-1
indicates all ICMP/ICMPv6 types.
fromPort
- The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number. A value of
-1
indicates all ICMP/ICMPv6 types.IpPermission.Builder ipProtocol(String ipProtocol)
The IP protocol name (tcp
, udp
, icmp
) or number (see Protocol Numbers).
[EC2-VPC only] Use -1
to specify all protocols. When authorizing security group rules,
specifying -1
or a protocol number other than tcp
, udp
,
icmp
, or 58
(ICMPv6) allows traffic on all ports, regardless of any port range you
specify. For tcp
, udp
, and icmp
, you must specify a port range. For
58
(ICMPv6), you can optionally specify a port range; if you don't, traffic for all types and
codes is allowed when authorizing rules.
ipProtocol
- The IP protocol name (tcp
, udp
, icmp
) or number (see Protocol Numbers).
[EC2-VPC only] Use -1
to specify all protocols. When authorizing security group rules,
specifying -1
or a protocol number other than tcp
, udp
,
icmp
, or 58
(ICMPv6) allows traffic on all ports, regardless of any port
range you specify. For tcp
, udp
, and icmp
, you must specify a
port range. For 58
(ICMPv6), you can optionally specify a port range; if you don't,
traffic for all types and codes is allowed when authorizing rules.
IpPermission.Builder ipv6Ranges(Collection<Ipv6Range> ipv6Ranges)
[EC2-VPC only] One or more IPv6 ranges.
ipv6Ranges
- [EC2-VPC only] One or more IPv6 ranges.IpPermission.Builder ipv6Ranges(Ipv6Range... ipv6Ranges)
[EC2-VPC only] One or more IPv6 ranges.
NOTE: This method appends the values to the existing list (if any). Use
#setIpv6Ranges(java.util.Collection)
or #withIpv6Ranges(java.util.Collection)
if you want to
override the existing values.
ipv6Ranges
- [EC2-VPC only] One or more IPv6 ranges.IpPermission.Builder prefixListIds(Collection<PrefixListId> prefixListIds)
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service. In an AuthorizeSecurityGroupEgress request, this is the AWS service that you want to access through a VPC endpoint from instances associated with the security group.
prefixListIds
- (Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and
DescribeSecurityGroups only) One or more prefix list IDs for an AWS service. In an
AuthorizeSecurityGroupEgress request, this is the AWS service that you want to access through a
VPC endpoint from instances associated with the security group.IpPermission.Builder prefixListIds(PrefixListId... prefixListIds)
(Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and DescribeSecurityGroups only) One or more prefix list IDs for an AWS service. In an AuthorizeSecurityGroupEgress request, this is the AWS service that you want to access through a VPC endpoint from instances associated with the security group.
NOTE: This method appends the values to the existing list (if any). Use
#setPrefixListIds(java.util.Collection)
or #withPrefixListIds(java.util.Collection)
if you
want to override the existing values.
prefixListIds
- (Valid for AuthorizeSecurityGroupEgress, RevokeSecurityGroupEgress and
DescribeSecurityGroups only) One or more prefix list IDs for an AWS service. In an
AuthorizeSecurityGroupEgress request, this is the AWS service that you want to access through a
VPC endpoint from instances associated with the security group.IpPermission.Builder toPort(Integer toPort)
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of -1
indicates all ICMP/ICMPv6 codes for the specified ICMP type.
toPort
- The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code. A value of
-1
indicates all ICMP/ICMPv6 codes for the specified ICMP type.IpPermission.Builder userIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)
One or more security group and AWS account ID pairs.
userIdGroupPairs
- One or more security group and AWS account ID pairs.IpPermission.Builder userIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
One or more security group and AWS account ID pairs.
NOTE: This method appends the values to the existing list (if any). Use
#setUserIdGroupPairs(java.util.Collection)
or #withUserIdGroupPairs(java.util.Collection)
if
you want to override the existing values.
userIdGroupPairs
- One or more security group and AWS account ID pairs.IpPermission.Builder ipv4Ranges(Collection<IpRange> ipv4Ranges)
One or more IPv4 ranges.
ipv4Ranges
- One or more IPv4 ranges.IpPermission.Builder ipv4Ranges(IpRange... ipv4Ranges)
One or more IPv4 ranges.
NOTE: This method appends the values to the existing list (if any). Use
#setIpv4Ranges(java.util.Collection)
or #withIpv4Ranges(java.util.Collection)
if you want to
override the existing values.
ipv4Ranges
- One or more IPv4 ranges.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.