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 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.