Interface AnalysisParameter.Builder

    • Method Detail

      • name

        AnalysisParameter.Builder name​(String 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.
      • 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.