Interface CalculationResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CalculationResult.Builder,CalculationResult>,SdkBuilder<CalculationResult.Builder,CalculationResult>,SdkPojo
- Enclosing class:
- CalculationResult
public static interface CalculationResult.Builder extends SdkPojo, CopyableBuilder<CalculationResult.Builder,CalculationResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalculationResult.BuilderresultS3Uri(String resultS3Uri)The Amazon S3 location of the folder for the calculation results.CalculationResult.BuilderresultType(String resultType)The data format of the calculation result.CalculationResult.BuilderstdErrorS3Uri(String stdErrorS3Uri)The Amazon S3 location of thestderrerror messages file for the calculation.CalculationResult.BuilderstdOutS3Uri(String stdOutS3Uri)The Amazon S3 location of thestdoutfile 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 Detail
-
stdOutS3Uri
CalculationResult.Builder stdOutS3Uri(String stdOutS3Uri)
The Amazon S3 location of the
stdoutfile for the calculation.- Parameters:
stdOutS3Uri- The Amazon S3 location of thestdoutfile 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
stderrerror messages file for the calculation.- Parameters:
stdErrorS3Uri- The Amazon S3 location of thestderrerror 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.
-
-