Uses of Interface
software.amazon.awssdk.services.elasticloadbalancing.model.SourceSecurityGroup.Builder
-
Packages that use SourceSecurityGroup.Builder Package Description software.amazon.awssdk.services.elasticloadbalancing.model -
-
Uses of SourceSecurityGroup.Builder in software.amazon.awssdk.services.elasticloadbalancing.model
Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return SourceSecurityGroup.Builder Modifier and Type Method Description static SourceSecurityGroup.BuilderSourceSecurityGroup. builder()SourceSecurityGroup.BuilderSourceSecurityGroup.Builder. groupName(String groupName)The name of the security group.SourceSecurityGroup.BuilderSourceSecurityGroup.Builder. ownerAlias(String ownerAlias)The owner of the security group.SourceSecurityGroup.BuilderSourceSecurityGroup. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancing.model that return types with arguments of type SourceSecurityGroup.Builder Modifier and Type Method Description static Class<? extends SourceSecurityGroup.Builder>SourceSecurityGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancing.model with type arguments of type SourceSecurityGroup.Builder Modifier and Type Method Description default 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.
-