public static interface AdditionalAttribute.Builder extends SdkPojo, CopyableBuilder<AdditionalAttribute.Builder,AdditionalAttribute>
| Modifier and Type | Method and Description |
|---|---|
AdditionalAttribute.Builder |
key(String key)
The name of the attribute.
|
AdditionalAttribute.Builder |
value(String value)
This value of the attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdditionalAttribute.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.
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.
AdditionalAttribute.Builder value(String value)
This value of the attribute.
value - This value of the attribute.Copyright © 2023. All rights reserved.