Interface StartCalculationExecutionResponse.Builder
-
- All Superinterfaces:
AthenaResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<StartCalculationExecutionResponse.Builder,StartCalculationExecutionResponse>,SdkBuilder<StartCalculationExecutionResponse.Builder,StartCalculationExecutionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartCalculationExecutionResponse
public static interface StartCalculationExecutionResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<StartCalculationExecutionResponse.Builder,StartCalculationExecutionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartCalculationExecutionResponse.BuildercalculationExecutionId(String calculationExecutionId)The calculation execution UUID.StartCalculationExecutionResponse.Builderstate(String state)CREATING- The calculation is in the process of being created.StartCalculationExecutionResponse.Builderstate(CalculationExecutionState state)CREATING- The calculation is in the process of being created.-
Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
calculationExecutionId
StartCalculationExecutionResponse.Builder calculationExecutionId(String calculationExecutionId)
The calculation execution UUID.
- Parameters:
calculationExecutionId- The calculation execution UUID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
StartCalculationExecutionResponse.Builder state(String state)
CREATING- The calculation is in the process of being created.CREATED- The calculation has been created and is ready to run.QUEUED- The calculation has been queued for processing.RUNNING- The calculation is running.CANCELING- A request to cancel the calculation has been received and the system is working to stop it.CANCELED- The calculation is no longer running as the result of a cancel request.COMPLETED- The calculation has completed without error.FAILED- The calculation failed and is no longer running.- Parameters:
state-CREATING- The calculation is in the process of being created.CREATED- The calculation has been created and is ready to run.QUEUED- The calculation has been queued for processing.RUNNING- The calculation is running.CANCELING- A request to cancel the calculation has been received and the system is working to stop it.CANCELED- The calculation is no longer running as the result of a cancel request.COMPLETED- The calculation has completed without error.FAILED- The calculation failed and is no longer running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CalculationExecutionState,CalculationExecutionState
-
state
StartCalculationExecutionResponse.Builder state(CalculationExecutionState state)
CREATING- The calculation is in the process of being created.CREATED- The calculation has been created and is ready to run.QUEUED- The calculation has been queued for processing.RUNNING- The calculation is running.CANCELING- A request to cancel the calculation has been received and the system is working to stop it.CANCELED- The calculation is no longer running as the result of a cancel request.COMPLETED- The calculation has completed without error.FAILED- The calculation failed and is no longer running.- Parameters:
state-CREATING- The calculation is in the process of being created.CREATED- The calculation has been created and is ready to run.QUEUED- The calculation has been queued for processing.RUNNING- The calculation is running.CANCELING- A request to cancel the calculation has been received and the system is working to stop it.CANCELED- The calculation is no longer running as the result of a cancel request.COMPLETED- The calculation has completed without error.FAILED- The calculation failed and is no longer running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CalculationExecutionState,CalculationExecutionState
-
-