Interface DocumentParameter.Builder

    • Method Detail

      • name

        DocumentParameter.Builder name​(String name)

        The name of the parameter.

        Parameters:
        name - The name of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DocumentParameter.Builder description​(String description)

        A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.

        Parameters:
        description - A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValue

        DocumentParameter.Builder defaultValue​(String defaultValue)

        If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.

        Parameters:
        defaultValue - If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.