Interface ListCalculationExecutionsRequest.Builder
-
- All Superinterfaces:
AthenaRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListCalculationExecutionsRequest.Builder,ListCalculationExecutionsRequest>,SdkBuilder<ListCalculationExecutionsRequest.Builder,ListCalculationExecutionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCalculationExecutionsRequest
public static interface ListCalculationExecutionsRequest.Builder extends AthenaRequest.Builder, SdkPojo, CopyableBuilder<ListCalculationExecutionsRequest.Builder,ListCalculationExecutionsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
sessionId
ListCalculationExecutionsRequest.Builder sessionId(String sessionId)
The session ID.
- Parameters:
sessionId- The session ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateFilter
ListCalculationExecutionsRequest.Builder stateFilter(String stateFilter)
A filter for a specific calculation execution state. 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.- Parameters:
stateFilter- A filter for a specific calculation execution state. 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CalculationExecutionState,CalculationExecutionState
-
stateFilter
ListCalculationExecutionsRequest.Builder stateFilter(CalculationExecutionState stateFilter)
A filter for a specific calculation execution state. 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.- Parameters:
stateFilter- A filter for a specific calculation execution state. 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CalculationExecutionState,CalculationExecutionState
-
maxResults
ListCalculationExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of calculation executions to return.
- Parameters:
maxResults- The maximum number of calculation executions to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCalculationExecutionsRequest.Builder nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the
NextTokenfrom the response object of the previous page call.- Parameters:
nextToken- A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in theNextTokenfrom the response object of the previous page call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCalculationExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCalculationExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-