Interface ApplySecurityGroupsToLoadBalancerResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ApplySecurityGroupsToLoadBalancerResponse.Builder,ApplySecurityGroupsToLoadBalancerResponse>, ElasticLoadBalancingResponse.Builder, SdkBuilder<ApplySecurityGroupsToLoadBalancerResponse.Builder,ApplySecurityGroupsToLoadBalancerResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ApplySecurityGroupsToLoadBalancerResponse

  • Method Details

    • 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.