Uses of Interface
software.amazon.awssdk.services.athena.model.CalculationResult.Builder
-
Packages that use CalculationResult.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of CalculationResult.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return CalculationResult.Builder Modifier and Type Method Description static CalculationResult.BuilderCalculationResult. builder()CalculationResult.BuilderCalculationResult.Builder. resultS3Uri(String resultS3Uri)The Amazon S3 location of the folder for the calculation results.CalculationResult.BuilderCalculationResult.Builder. resultType(String resultType)The data format of the calculation result.CalculationResult.BuilderCalculationResult.Builder. stdErrorS3Uri(String stdErrorS3Uri)The Amazon S3 location of thestderrerror messages file for the calculation.CalculationResult.BuilderCalculationResult.Builder. stdOutS3Uri(String stdOutS3Uri)The Amazon S3 location of thestdoutfile for the calculation.CalculationResult.BuilderCalculationResult. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type CalculationResult.Builder Modifier and Type Method Description static Class<? extends CalculationResult.Builder>CalculationResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type CalculationResult.Builder Modifier and Type Method Description default GetCalculationExecutionResponse.BuilderGetCalculationExecutionResponse.Builder. result(Consumer<CalculationResult.Builder> result)Contains result information.
-