Interface AdditionalAttribute.Builder

    • Method Detail

      • key

        AdditionalAttribute.Builder key​(String key)

        The name of the attribute.

        The following attribute is supported.

        • elb.http.desyncmitigationmode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive.

        Parameters:
        key - The name of the attribute.

        The following attribute is supported.

        • elb.http.desyncmitigationmode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive.

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

        AdditionalAttribute.Builder value​(String value)

        This value of the attribute.

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