Interface ResponseHeadersPolicyAccessControlAllowHeaders.Builder

    • Method Detail

      • items

        ResponseHeadersPolicyAccessControlAllowHeaders.Builder items​(Collection<String> items)

        The list of HTTP header names. You can specify * to allow all headers.

        Parameters:
        items - The list of HTTP header names. You can specify * to allow all headers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ResponseHeadersPolicyAccessControlAllowHeaders.Builder items​(String... items)

        The list of HTTP header names. You can specify * to allow all headers.

        Parameters:
        items - The list of HTTP header names. You can specify * to allow all headers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.