Interface ApplySecurityGroupsToLoadBalancerResponse.Builder

    • Method Detail

      • securityGroups

        ApplySecurityGroupsToLoadBalancerResponse.Builder securityGroups​(Collection<String> securityGroups)

        The IDs of the security groups associated with the load balancer.

        Parameters:
        securityGroups - The IDs of the security groups associated with the load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroups

        ApplySecurityGroupsToLoadBalancerResponse.Builder securityGroups​(String... securityGroups)

        The IDs of the security groups associated with the load balancer.

        Parameters:
        securityGroups - The IDs of the security groups associated with the load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.