public static interface AwsWafv2CustomHttpHeader.Builder extends SdkPojo, CopyableBuilder<AwsWafv2CustomHttpHeader.Builder,AwsWafv2CustomHttpHeader>
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2CustomHttpHeader.Builder |
name(String name)
The name of the custom header.
|
AwsWafv2CustomHttpHeader.Builder |
value(String value)
The value of the custom header.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsWafv2CustomHttpHeader.Builder name(String name)
The name of the custom header.
name - The name of the custom header.AwsWafv2CustomHttpHeader.Builder value(String value)
The value of the custom header.
value - The value of the custom header.Copyright © 2023. All rights reserved.