Interface ResponseHeadersPolicyAccessControlAllowOrigins.Builder

    • Method Detail

      • items

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

        The list of origins (domain names). You can specify * to allow all origins.

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

        ResponseHeadersPolicyAccessControlAllowOrigins.Builder items​(String... items)

        The list of origins (domain names). You can specify * to allow all origins.

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