Interface GetCorsPolicyResponse.Builder

    • Method Detail

      • corsPolicy

        GetCorsPolicyResponse.Builder corsPolicy​(Collection<CorsRule> corsPolicy)

        The CORS policy assigned to the container.

        Parameters:
        corsPolicy - The CORS policy assigned to the container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • corsPolicy

        GetCorsPolicyResponse.Builder corsPolicy​(CorsRule... corsPolicy)

        The CORS policy assigned to the container.

        Parameters:
        corsPolicy - The CORS policy assigned to the container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.