Interface CalculationResult.Builder

  • Method Details

    • stdOutS3Uri

      CalculationResult.Builder stdOutS3Uri(String stdOutS3Uri)

      The Amazon S3 location of the stdout file for the calculation.

      Parameters:
      stdOutS3Uri - The Amazon S3 location of the stdout file for the calculation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stdErrorS3Uri

      CalculationResult.Builder stdErrorS3Uri(String stdErrorS3Uri)

      The Amazon S3 location of the stderr error messages file for the calculation.

      Parameters:
      stdErrorS3Uri - The Amazon S3 location of the stderr error messages file for the calculation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resultS3Uri

      CalculationResult.Builder resultS3Uri(String resultS3Uri)

      The Amazon S3 location of the folder for the calculation results.

      Parameters:
      resultS3Uri - The Amazon S3 location of the folder for the calculation results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resultType

      CalculationResult.Builder resultType(String resultType)

      The data format of the calculation result.

      Parameters:
      resultType - The data format of the calculation result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.