Interface AwsWafv2CustomHttpHeader.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsWafv2CustomHttpHeader.Builder,AwsWafv2CustomHttpHeader>,SdkBuilder<AwsWafv2CustomHttpHeader.Builder,AwsWafv2CustomHttpHeader>,SdkPojo
- Enclosing class:
- AwsWafv2CustomHttpHeader
public static interface AwsWafv2CustomHttpHeader.Builder extends SdkPojo, CopyableBuilder<AwsWafv2CustomHttpHeader.Builder,AwsWafv2CustomHttpHeader>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsWafv2CustomHttpHeader.Buildername(String name)The name of the custom header.AwsWafv2CustomHttpHeader.Buildervalue(String value)The value of the custom header.-
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, sdkFields
-
-
-
-
Method Detail
-
name
AwsWafv2CustomHttpHeader.Builder name(String name)
The name of the custom header.
- Parameters:
name- The name of the custom header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
AwsWafv2CustomHttpHeader.Builder value(String value)
The value of the custom header.
- Parameters:
value- The value of the custom header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-