Interface ProtectedJobParameters.Builder

  • Method Details

    • analysisTemplateArn

      ProtectedJobParameters.Builder analysisTemplateArn(String analysisTemplateArn)

      The ARN of the analysis template.

      Parameters:
      analysisTemplateArn - The ARN of the analysis template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameters

      Runtime configuration values passed to the PySpark analysis script. Parameter names and types must match those defined in the analysis template.

      Parameters:
      parameters - Runtime configuration values passed to the PySpark analysis script. Parameter names and types must match those defined in the analysis template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.