Interface PopulationAnalysisSqlParameters.Builder

  • Method Details

    • queryString

      The SQL query string used to populate the intermediate table. Maximum length of 500,000 characters.

      Parameters:
      queryString - The SQL query string used to populate the intermediate table. Maximum length of 500,000 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analysisTemplateArn

      PopulationAnalysisSqlParameters.Builder analysisTemplateArn(String analysisTemplateArn)

      The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.

      Parameters:
      analysisTemplateArn - The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.