Interface ListenerAttribute.Builder

    • Method Detail

      • key

        ListenerAttribute.Builder key​(String key)

        The name of the attribute.

        The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.

        • tcp.idle_timeout.seconds - The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.

        Parameters:
        key - The name of the attribute.

        The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.

        • tcp.idle_timeout.seconds - The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ListenerAttribute.Builder value​(String value)

        The value of the attribute.

        Parameters:
        value - The value of the attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.