Interface FunctionRequest.Builder

    • Method Detail

      • requiredProperties

        FunctionRequest.Builder requiredProperties​(Collection<String> requiredProperties)

        The required properties of the function.

        Parameters:
        requiredProperties - The required properties of the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requiredProperties

        FunctionRequest.Builder requiredProperties​(String... requiredProperties)

        The required properties of the function.

        Parameters:
        requiredProperties - The required properties of the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scope

        FunctionRequest.Builder scope​(String scope)

        The scope of the function.

        Parameters:
        scope - The scope of the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Scope, Scope
      • scope

        FunctionRequest.Builder scope​(Scope scope)

        The scope of the function.

        Parameters:
        scope - The scope of the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Scope, Scope
      • implementedBy

        FunctionRequest.Builder implementedBy​(DataConnector implementedBy)

        The data connector.

        Parameters:
        implementedBy - The data connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.