Interface AttachLoadBalancerToSubnetsResponse.Builder

    • Method Detail

      • subnets

        AttachLoadBalancerToSubnetsResponse.Builder subnets​(Collection<String> subnets)

        The IDs of the subnets attached to the load balancer.

        Parameters:
        subnets - The IDs of the subnets attached to the load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

        AttachLoadBalancerToSubnetsResponse.Builder subnets​(String... subnets)

        The IDs of the subnets attached to the load balancer.

        Parameters:
        subnets - The IDs of the subnets attached to the load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.