Interface ResolvedConfiguration.Builder

    • Method Detail

      • loadBalancers

        ResolvedConfiguration.Builder loadBalancers​(Collection<ServiceRevisionLoadBalancer> loadBalancers)

        The resolved load balancer configuration for the service revision. This includes information about which target groups serve traffic and which listener rules direct traffic to them.

        Parameters:
        loadBalancers - The resolved load balancer configuration for the service revision. This includes information about which target groups serve traffic and which listener rules direct traffic to them.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • loadBalancers

        ResolvedConfiguration.Builder loadBalancers​(ServiceRevisionLoadBalancer... loadBalancers)

        The resolved load balancer configuration for the service revision. This includes information about which target groups serve traffic and which listener rules direct traffic to them.

        Parameters:
        loadBalancers - The resolved load balancer configuration for the service revision. This includes information about which target groups serve traffic and which listener rules direct traffic to them.
        Returns:
        Returns a reference to this object so that method calls can be chained together.