public static interface CalculationStatus.Builder extends SdkPojo, CopyableBuilder<CalculationStatus.Builder,CalculationStatus>
Modifier and Type | Method and Description |
---|---|
CalculationStatus.Builder |
completionDateTime(Instant completionDateTime)
The date and time the calculation completed processing.
|
CalculationStatus.Builder |
state(CalculationExecutionState state)
The state of the calculation execution.
|
CalculationStatus.Builder |
state(String state)
The state of the calculation execution.
|
CalculationStatus.Builder |
stateChangeReason(String stateChangeReason)
The reason for the calculation state change (for example, the calculation was canceled because the session
was terminated).
|
CalculationStatus.Builder |
submissionDateTime(Instant submissionDateTime)
The date and time the calculation was submitted for processing.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CalculationStatus.Builder submissionDateTime(Instant submissionDateTime)
The date and time the calculation was submitted for processing.
submissionDateTime
- The date and time the calculation was submitted for processing.CalculationStatus.Builder completionDateTime(Instant completionDateTime)
The date and time the calculation completed processing.
completionDateTime
- The date and time the calculation completed processing.CalculationStatus.Builder state(String state)
The state of the calculation execution. A description of each state follows.
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.
state
- The state of the calculation execution. A description of each state follows.
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.
CalculationExecutionState
,
CalculationExecutionState
CalculationStatus.Builder state(CalculationExecutionState state)
The state of the calculation execution. A description of each state follows.
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.
state
- The state of the calculation execution. A description of each state follows.
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.
CalculationExecutionState
,
CalculationExecutionState
CalculationStatus.Builder stateChangeReason(String stateChangeReason)
The reason for the calculation state change (for example, the calculation was canceled because the session was terminated).
stateChangeReason
- The reason for the calculation state change (for example, the calculation was canceled because the
session was terminated).Copyright © 2023. All rights reserved.