| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static SecurityGroupRule.Builder |
SecurityGroupRule.builder() |
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.cidrIpv4(String cidrIpv4)
The IPv4 CIDR range.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.cidrIpv6(String cidrIpv6)
The IPv6 CIDR range.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.description(String description)
The security group rule description.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.fromPort(Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.groupId(String groupId)
The ID of the security group.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.groupOwnerId(String groupOwnerId)
The ID of the account that owns the security group.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.ipProtocol(String ipProtocol)
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.isEgress(Boolean isEgress)
Indicates whether the security group rule is an outbound rule.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.prefixListId(String prefixListId)
The ID of the prefix list.
|
default SecurityGroupRule.Builder |
SecurityGroupRule.Builder.referencedGroupInfo(Consumer<ReferencedSecurityGroup.Builder> referencedGroupInfo)
Describes the security group that is referenced in the rule.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.referencedGroupInfo(ReferencedSecurityGroup referencedGroupInfo)
Describes the security group that is referenced in the rule.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.securityGroupRuleId(String securityGroupRuleId)
The ID of the security group rule.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.tags(Collection<Tag> tags)
The tags applied to the security group rule.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.tags(Consumer<Tag.Builder>... tags)
The tags applied to the security group rule.
|
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.tags(Tag... tags)
The tags applied to the security group rule.
|
SecurityGroupRule.Builder |
SecurityGroupRule.toBuilder() |
SecurityGroupRule.Builder |
SecurityGroupRule.Builder.toPort(Integer toPort)
The end of port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SecurityGroupRule.Builder> |
SecurityGroupRule.serializableBuilderClass() |
Copyright © 2021. All rights reserved.