Uses of Interface
software.amazon.awssdk.services.ec2.model.SecurityGroupRule.Builder
Packages that use SecurityGroupRule.Builder
-
Uses of SecurityGroupRule.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecurityGroupRule.BuilderModifier and TypeMethodDescriptionstatic SecurityGroupRule.BuilderSecurityGroupRule.builder()The IPv4 CIDR range.The IPv6 CIDR range.SecurityGroupRule.Builder.description(String description) The security group rule description.If the protocol is TCP or UDP, this is the start of the port range.The ID of the security group.SecurityGroupRule.Builder.groupOwnerId(String groupOwnerId) The ID of the Amazon Web Services account that owns the security group.SecurityGroupRule.Builder.ipProtocol(String ipProtocol) Indicates whether the security group rule is an outbound rule.SecurityGroupRule.Builder.prefixListId(String prefixListId) The ID of the prefix list.default SecurityGroupRule.BuilderSecurityGroupRule.Builder.referencedGroupInfo(Consumer<ReferencedSecurityGroup.Builder> referencedGroupInfo) Describes the security group that is referenced in the rule.SecurityGroupRule.Builder.referencedGroupInfo(ReferencedSecurityGroup referencedGroupInfo) Describes the security group that is referenced in the rule.SecurityGroupRule.Builder.securityGroupRuleArn(String securityGroupRuleArn) The ARN of the security group rule.SecurityGroupRule.Builder.securityGroupRuleId(String securityGroupRuleId) The ID of the security group rule.SecurityGroupRule.Builder.tags(Collection<Tag> tags) The tags applied to the security group rule.SecurityGroupRule.Builder.tags(Consumer<Tag.Builder>... tags) The tags applied to the security group rule.The tags applied to the security group rule.SecurityGroupRule.toBuilder()If the protocol is TCP or UDP, this is the end of the port range.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecurityGroupRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SecurityGroupRule.Builder>SecurityGroupRule.serializableBuilderClass()