Interface LoadBalancerState.Builder

  • Method Details

    • code

      The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If load balancer is routing traffic but does not have the resources it needs to scale, its state isactive_impaired. If the load balancer could not be set up, its state is failed.

      Parameters:
      code - The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If load balancer is routing traffic but does not have the resources it needs to scale, its state is active_impaired. If the load balancer could not be set up, its state is failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If load balancer is routing traffic but does not have the resources it needs to scale, its state isactive_impaired. If the load balancer could not be set up, its state is failed.

      Parameters:
      code - The state code. The initial state of the load balancer is provisioning. After the load balancer is fully set up and ready to route traffic, its state is active. If load balancer is routing traffic but does not have the resources it needs to scale, its state is active_impaired. If the load balancer could not be set up, its state is failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • reason

      A description of the state.

      Parameters:
      reason - A description of the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.