Interface AnalysisParameter.Builder

  • Method Details

    • name

      The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.

      Parameters:
      name - The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of parameter.

      Parameters:
      type - The type of parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of parameter.

      Parameters:
      type - The type of parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultValue

      AnalysisParameter.Builder defaultValue(String defaultValue)

      Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.

      Parameters:
      defaultValue - Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.