public static interface CalculationResult.Builder extends SdkPojo, CopyableBuilder<CalculationResult.Builder,CalculationResult>
| Modifier and Type | Method and Description |
|---|---|
CalculationResult.Builder |
resultS3Uri(String resultS3Uri)
The Amazon S3 location of the folder for the calculation results.
|
CalculationResult.Builder |
resultType(String resultType)
The data format of the calculation result.
|
CalculationResult.Builder |
stdErrorS3Uri(String stdErrorS3Uri)
The Amazon S3 location of the
stderr error messages file for the calculation. |
CalculationResult.Builder |
stdOutS3Uri(String stdOutS3Uri)
The Amazon S3 location of the
stdout file for the calculation. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCalculationResult.Builder stdOutS3Uri(String stdOutS3Uri)
The Amazon S3 location of the stdout file for the calculation.
stdOutS3Uri - The Amazon S3 location of the stdout file for the calculation.CalculationResult.Builder stdErrorS3Uri(String stdErrorS3Uri)
The Amazon S3 location of the stderr error messages file for the calculation.
stdErrorS3Uri - The Amazon S3 location of the stderr error messages file for the calculation.CalculationResult.Builder resultS3Uri(String resultS3Uri)
The Amazon S3 location of the folder for the calculation results.
resultS3Uri - The Amazon S3 location of the folder for the calculation results.CalculationResult.Builder resultType(String resultType)
The data format of the calculation result.
resultType - The data format of the calculation result.Copyright © 2023. All rights reserved.