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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdditionalAttribute.Builderkey(String key)The name of the attribute.AdditionalAttribute.Buildervalue(String value)This value of the attribute.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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 aremonitor,defensive, andstrictest. The default isdefensive.
- 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 aremonitor,defensive, andstrictest. The default isdefensive.
-
- 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.
-
-