Interface AwsWafv2CustomHttpHeader.Builder

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