Uses of Interface
software.amazon.awssdk.services.ec2.model.SecurityGroup.Builder
Packages that use SecurityGroup.Builder
-
Uses of SecurityGroup.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SecurityGroup.BuilderModifier and TypeMethodDescriptionstatic SecurityGroup.BuilderSecurityGroup.builder()SecurityGroup.Builder.description(String description) A description of the security group.The ID of the security group.The name of the security group.SecurityGroup.Builder.ipPermissions(Collection<IpPermission> ipPermissions) The inbound rules associated with the security group.SecurityGroup.Builder.ipPermissions(Consumer<IpPermission.Builder>... ipPermissions) The inbound rules associated with the security group.SecurityGroup.Builder.ipPermissions(IpPermission... ipPermissions) The inbound rules associated with the security group.SecurityGroup.Builder.ipPermissionsEgress(Collection<IpPermission> ipPermissionsEgress) The outbound rules associated with the security group.SecurityGroup.Builder.ipPermissionsEgress(Consumer<IpPermission.Builder>... ipPermissionsEgress) The outbound rules associated with the security group.SecurityGroup.Builder.ipPermissionsEgress(IpPermission... ipPermissionsEgress) The outbound rules associated with the security group.The Amazon Web Services account ID of the owner of the security group.SecurityGroup.Builder.securityGroupArn(String securityGroupArn) The ARN of the security group.SecurityGroup.Builder.tags(Collection<Tag> tags) Any tags assigned to the security group.SecurityGroup.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the security group.Any tags assigned to the security group.SecurityGroup.toBuilder()The ID of the VPC for the security group.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SecurityGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SecurityGroup.Builder>SecurityGroup.serializableBuilderClass()