public static interface GetCalculationExecutionResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetCalculationExecutionResponse.Builder,GetCalculationExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCalculationExecutionResponse.Builder |
calculationExecutionId(String calculationExecutionId)
The calculation execution UUID.
|
GetCalculationExecutionResponse.Builder |
description(String description)
The description of the calculation execution.
|
GetCalculationExecutionResponse.Builder |
result(CalculationResult result)
Contains result information.
|
default GetCalculationExecutionResponse.Builder |
result(Consumer<CalculationResult.Builder> result)
Contains result information.
|
GetCalculationExecutionResponse.Builder |
sessionId(String sessionId)
The session ID that the calculation ran in.
|
GetCalculationExecutionResponse.Builder |
statistics(CalculationStatistics statistics)
Contains information about the data processing unit (DPU) execution time and progress.
|
default GetCalculationExecutionResponse.Builder |
statistics(Consumer<CalculationStatistics.Builder> statistics)
Contains information about the data processing unit (DPU) execution time and progress.
|
GetCalculationExecutionResponse.Builder |
status(CalculationStatus status)
Contains information about the status of the calculation.
|
default GetCalculationExecutionResponse.Builder |
status(Consumer<CalculationStatus.Builder> status)
Contains information about the status of the calculation.
|
GetCalculationExecutionResponse.Builder |
workingDirectory(String workingDirectory)
The Amazon S3 location in which calculation results are stored.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCalculationExecutionResponse.Builder calculationExecutionId(String calculationExecutionId)
The calculation execution UUID.
calculationExecutionId - The calculation execution UUID.GetCalculationExecutionResponse.Builder sessionId(String sessionId)
The session ID that the calculation ran in.
sessionId - The session ID that the calculation ran in.GetCalculationExecutionResponse.Builder description(String description)
The description of the calculation execution.
description - The description of the calculation execution.GetCalculationExecutionResponse.Builder workingDirectory(String workingDirectory)
The Amazon S3 location in which calculation results are stored.
workingDirectory - The Amazon S3 location in which calculation results are stored.GetCalculationExecutionResponse.Builder status(CalculationStatus status)
Contains information about the status of the calculation.
status - Contains information about the status of the calculation.default GetCalculationExecutionResponse.Builder status(Consumer<CalculationStatus.Builder> status)
Contains information about the status of the calculation.
This is a convenience method that creates an instance of theCalculationStatus.Builder avoiding the
need to create one manually via CalculationStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(CalculationStatus).
status - a consumer that will call methods on CalculationStatus.Builderstatus(CalculationStatus)GetCalculationExecutionResponse.Builder statistics(CalculationStatistics statistics)
Contains information about the data processing unit (DPU) execution time and progress. This field is populated only when statistics are available.
statistics - Contains information about the data processing unit (DPU) execution time and progress. This field is
populated only when statistics are available.default GetCalculationExecutionResponse.Builder statistics(Consumer<CalculationStatistics.Builder> statistics)
Contains information about the data processing unit (DPU) execution time and progress. This field is populated only when statistics are available.
This is a convenience method that creates an instance of theCalculationStatistics.Builder avoiding
the need to create one manually via CalculationStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to statistics(CalculationStatistics).
statistics - a consumer that will call methods on CalculationStatistics.Builderstatistics(CalculationStatistics)GetCalculationExecutionResponse.Builder result(CalculationResult result)
Contains result information. This field is populated only if the calculation is completed.
result - Contains result information. This field is populated only if the calculation is completed.default GetCalculationExecutionResponse.Builder result(Consumer<CalculationResult.Builder> result)
Contains result information. This field is populated only if the calculation is completed.
This is a convenience method that creates an instance of theCalculationResult.Builder avoiding the
need to create one manually via CalculationResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to result(CalculationResult).
result - a consumer that will call methods on CalculationResult.Builderresult(CalculationResult)Copyright © 2023. All rights reserved.