Interface CalculationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CalculationResult.Builder,
,CalculationResult> SdkBuilder<CalculationResult.Builder,
,CalculationResult> SdkPojo
- Enclosing class:
CalculationResult
@Mutable
@NotThreadSafe
public static interface CalculationResult.Builder
extends SdkPojo, CopyableBuilder<CalculationResult.Builder,CalculationResult>
-
Method Summary
Modifier and TypeMethodDescriptionresultS3Uri
(String resultS3Uri) The Amazon S3 location of the folder for the calculation results.resultType
(String resultType) The data format of the calculation result.stdErrorS3Uri
(String stdErrorS3Uri) The Amazon S3 location of thestderr
error messages file for the calculation.stdOutS3Uri
(String stdOutS3Uri) The Amazon S3 location of thestdout
file for the calculation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stdOutS3Uri
The Amazon S3 location of the
stdout
file for the calculation.- Parameters:
stdOutS3Uri
- The Amazon S3 location of thestdout
file for the calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stdErrorS3Uri
The Amazon S3 location of the
stderr
error messages file for the calculation.- Parameters:
stdErrorS3Uri
- The Amazon S3 location of thestderr
error messages file for the calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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.
-