Interface AwsElbLoadBalancerConnectionDraining.Builder

    • Method Detail

      • enabled

        AwsElbLoadBalancerConnectionDraining.Builder enabled​(Boolean enabled)

        Indicates whether connection draining is enabled for the load balancer.

        Parameters:
        enabled - Indicates whether connection draining is enabled for the load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeout

        AwsElbLoadBalancerConnectionDraining.Builder timeout​(Integer timeout)

        The maximum time, in seconds, to keep the existing connections open before deregistering the instances.

        Parameters:
        timeout - The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.