Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.SourceSecurityGroup.Builder
Packages that use SourceSecurityGroup.Builder
-
Uses of SourceSecurityGroup.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return SourceSecurityGroup.BuilderModifier and TypeMethodDescriptionstatic SourceSecurityGroup.BuilderSourceSecurityGroup.builder()The name of the security group.SourceSecurityGroup.Builder.ownerAlias(String ownerAlias) The owner of the security group.SourceSecurityGroup.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type SourceSecurityGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SourceSecurityGroup.Builder>SourceSecurityGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type SourceSecurityGroup.BuilderModifier and TypeMethodDescriptiondefault LoadBalancerDescription.BuilderLoadBalancerDescription.Builder.sourceSecurityGroup(Consumer<SourceSecurityGroup.Builder> sourceSecurityGroup) The security group for the load balancer, which you can use as part of your inbound rules for your registered instances.