Interface AdditionalAttribute.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AdditionalAttribute.Builder,AdditionalAttribute>, SdkBuilder<AdditionalAttribute.Builder,AdditionalAttribute>, SdkPojo
Enclosing class:
AdditionalAttribute

public static interface AdditionalAttribute.Builder extends SdkPojo, CopyableBuilder<AdditionalAttribute.Builder,AdditionalAttribute>
  • Method Details

    • 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

      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.