Interface GetCalculationExecutionStatusResponse.Builder
- All Superinterfaces:
AthenaResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetCalculationExecutionStatusResponse.Builder,,GetCalculationExecutionStatusResponse> SdkBuilder<GetCalculationExecutionStatusResponse.Builder,,GetCalculationExecutionStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetCalculationExecutionStatusResponse
public static interface GetCalculationExecutionStatusResponse.Builder
extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetCalculationExecutionStatusResponse.Builder,GetCalculationExecutionStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionstatistics(Consumer<CalculationStatistics.Builder> statistics) Contains information about the DPU execution time and progress.statistics(CalculationStatistics statistics) Contains information about the DPU execution time and progress.status(Consumer<CalculationStatus.Builder> status) Contains information about the calculation execution status.status(CalculationStatus status) Contains information about the calculation execution status.Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
Contains information about the calculation execution status.
- Parameters:
status- Contains information about the calculation execution status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default GetCalculationExecutionStatusResponse.Builder status(Consumer<CalculationStatus.Builder> status) Contains information about the calculation execution status.
This is a convenience method that creates an instance of theCalculationStatus.Builderavoiding the need to create one manually viaCalculationStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(CalculationStatus).- Parameters:
status- a consumer that will call methods onCalculationStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statistics
Contains information about the DPU execution time and progress.
- Parameters:
statistics- Contains information about the DPU execution time and progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statistics
default GetCalculationExecutionStatusResponse.Builder statistics(Consumer<CalculationStatistics.Builder> statistics) Contains information about the DPU execution time and progress.
This is a convenience method that creates an instance of theCalculationStatistics.Builderavoiding the need to create one manually viaCalculationStatistics.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatistics(CalculationStatistics).- Parameters:
statistics- a consumer that will call methods onCalculationStatistics.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-