Interface AwsWafv2CustomHttpHeader.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsWafv2CustomHttpHeader.Builder,
,AwsWafv2CustomHttpHeader> SdkBuilder<AwsWafv2CustomHttpHeader.Builder,
,AwsWafv2CustomHttpHeader> SdkPojo
- Enclosing class:
AwsWafv2CustomHttpHeader
@Mutable
@NotThreadSafe
public static interface AwsWafv2CustomHttpHeader.Builder
extends SdkPojo, CopyableBuilder<AwsWafv2CustomHttpHeader.Builder,AwsWafv2CustomHttpHeader>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the custom header.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-